load notifications after app startup
This commit is contained in:
parent
becb533624
commit
593b34079c
1 changed files with 1 additions and 0 deletions
|
@ -2645,6 +2645,7 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
|
|||
loadLastFragment();
|
||||
showSignedInUser();
|
||||
fetchRewards();
|
||||
loadRemoteNotifications(false);
|
||||
|
||||
checkUrlIntent(getIntent());
|
||||
LbryAnalytics.logEvent(LbryAnalytics.EVENT_APP_LAUNCH);
|
||||
|
|
Loading…
Reference in a new issue