update drawer feeds count after using action mode

This commit is contained in:
Shinokuni 2019-04-15 18:47:36 +02:00
parent 1e8195b906
commit c30584983c
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
break;
}
updateDrawerFeeds();
actionMode.finish();
return true;
}