mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
update Notification count after notification is marked as read (#2423)
This commit is contained in:
parent
5a6402cd07
commit
0e2bd3ec0c
1 changed files with 6 additions and 0 deletions
|
|
@ -491,6 +491,12 @@ public class MainActivity extends AuthenticatedActivity implements FragmentManag
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onResume() {
|
||||||
|
super.onResume();
|
||||||
|
setNotificationCount();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDestroy() {
|
protected void onDestroy() {
|
||||||
locationManager.unregisterLocationManager();
|
locationManager.unregisterLocationManager();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue