Bug #645
Updated by Soren Stoutner almost 4 years ago
For some reason (Java, (java, Android's Lifecycle, who knows why), Lifecycle), 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.