We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c574f commit 9c12b07Copy full SHA for 9c12b07
Source/Prefs/PremiumSettingsController.m
@@ -30,7 +30,7 @@ - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
30
}
31
32
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
33
- return 3;
+ return 2;
34
35
36
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{
0 commit comments