Actions
Bug #645
closedFix a crash that sometimes occurred during resource requests
Start date:
11/26/2020
Due date:
% Done:
0%
Estimated time:
Description
For some reason (Java, Android's Lifecycle, who knows why), when looking up the NavigationView during a resource request, it would sometimes return null, causing a crash.
The solution is to get a handle for the view when the activity is created and store it as a class variable. This is much more efficient anyway.
Actions