Actions
Feature #323
closedMake the blocked requests counters update live
Start date:
08/10/2018
Due date:
% Done:
0%
Estimated time:
Description
This can be done by updating the MenuItem titles everything a new request is blocked instead of doing it when the menu is prepared or displayed.
Updated by Soren Stoutner over 6 years ago
Apparently the items in the Navigation Drawer cannot be updated by the main thread. The app crashes with this error:
W/System.err: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
Updated by Soren Stoutner over 6 years ago
- Status changed from New to Closed
Actions