Project

General

Profile

Bug #645

Updated by Soren Stoutner over 3 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.

Back