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();
|
loadLastFragment();
|
||||||
showSignedInUser();
|
showSignedInUser();
|
||||||
fetchRewards();
|
fetchRewards();
|
||||||
|
loadRemoteNotifications(false);
|
||||||
|
|
||||||
checkUrlIntent(getIntent());
|
checkUrlIntent(getIntent());
|
||||||
LbryAnalytics.logEvent(LbryAnalytics.EVENT_APP_LAUNCH);
|
LbryAnalytics.logEvent(LbryAnalytics.EVENT_APP_LAUNCH);
|
||||||
|
|
Loading…
Reference in a new issue