load notifications after app startup

This commit is contained in:
Akinwale Ariwodola 2020-08-20 20:47:14 +01:00
parent becb533624
commit 593b34079c

View file

@ -2645,6 +2645,7 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
loadLastFragment();
showSignedInUser();
fetchRewards();
loadRemoteNotifications(false);
checkUrlIntent(getIntent());
LbryAnalytics.logEvent(LbryAnalytics.EVENT_APP_LAUNCH);