Lock files are generated and internal state is stored (#22)

Feed back for the user missing
Protection missing
This commit is contained in:
michael starke
2013-06-26 21:55:41 +02:00
parent 0df7ed4458
commit 9b074eb6b6
5 changed files with 36 additions and 34 deletions

View File

@@ -124,6 +124,7 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
- (void)didLoadView {
[self.view setWantsLayer:YES];
[self _hideFilterBarAnimated:NO];
[_bottomBar setBorderType:HNHBorderTop];
[self.addEntryButton setAction:[MPActionHelper actionOfType:MPActionAddEntry]];