This commit is contained in:
张玉久
2019-12-28 15:40:26 +08:00
parent aa23d515c6
commit 3448dfddef
8 changed files with 43 additions and 23 deletions

View File

@ -498,7 +498,7 @@ public class MainActivity extends BaseActivity {
showNotificationHintDialog();
}*/
if (UserManager.getInstance().isLoggedIn()) {
NotificationHelper.showNotificationHintDialog(this, NotificationUgc.LOGIN);
NotificationHelper.showNotificationHintDialog(NotificationUgc.LOGIN);
}
}