Skip to content

Commit

Permalink
Fix scrolling to top in item list
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Jul 3, 2015
1 parent 0cd0545 commit 2c482ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Suitcase/Classes/SCInventoryViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ - (void)awakeFromNib
selector:@selector(sortInventory)
name:@"sortInventory"
object:nil];

if (self.refreshControl != nil) {
[self.refreshControl beginRefreshing];
[self.refreshControl endRefreshing];
}
}

- (void)settingsChanged:(NSNotification *)notification {
Expand Down

0 comments on commit 2c482ea

Please sign in to comment.