refresh sidebar contents in background when drawer is opened

This commit is contained in:
Andrew Dolgov 2017-05-31 18:36:25 +03:00
parent 56a0993a90
commit e2ef14ab5e
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ public class MasterActivity extends OnlineActivity implements HeadlinesEventList
getSupportActionBar().show();
invalidateOptionsMenu();
refresh(false);
}
@Override