diff options
author | Vitaly Takmazov | 2021-12-01 22:14:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-12-01 22:14:43 +0300 |
commit | 5325cf1ceaccc26091e196b62d76ba2d2efce2da (patch) | |
tree | 4490f6ada31b35d8121747102c2406ee83fd7f8c /Juick/ViewControllers | |
parent | 2c046a01003665aa78ca8f069c215ba1420c76cc (diff) |
Fix navigation issues
Diffstat (limited to 'Juick/ViewControllers')
-rw-r--r-- | Juick/ViewControllers/JuickNavigationController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/ViewControllers/JuickNavigationController.m b/Juick/ViewControllers/JuickNavigationController.m index 13838d1..9e51c9f 100644 --- a/Juick/ViewControllers/JuickNavigationController.m +++ b/Juick/ViewControllers/JuickNavigationController.m @@ -52,6 +52,7 @@ - (void)viewDidLoad { [super viewDidLoad]; + [AppDelegate shared].navigator = self; [self refreshStatus]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(userDidSignedIn:) name:UserChangedNotificationName object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationActivated) name:UIApplicationDidBecomeActiveNotification object:nil]; |