Skip to content

Commit 9c12b07

Browse files
committed
oops
1 parent 14c574f commit 9c12b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Prefs/PremiumSettingsController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
3030
}
3131

3232
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
33-
return 3;
33+
return 2;
3434
}
3535

3636
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{

0 commit comments

Comments
 (0)