Open jjvargas opened 8 years ago
Looks like it might be a race condition as it happens when I stress changing the orientation
java.lang.NullPointerException: Container view cannot not be null
navigator = ActivityArchitector.onCreateNavigator(this, savedInstanceState, containerView, new MultiTabsStackable());
I believe the reason might be because onDestroy is not called sometimes, I can see a Memory Leak using LeakCanary, when that happens.
Looks like it might be a race condition as it happens when I stress changing the orientation
java.lang.NullPointerException: Container view cannot not be null