Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dayanch96 committed Sep 19, 2024
1 parent 14c574f commit 9c12b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Prefs/PremiumSettingsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
}

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return 3;
return 2;
}

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

0 comments on commit 9c12b07

Please sign in to comment.