You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
E Caused by: java.lang.NullPointerException: Attempt to read from field 'int flow.KeyManager$ManagedServices.uses' on a null object reference
E at flow.KeyManager.decrementAndMaybeRemoveKey(KeyManager.java:131)
E at flow.KeyManager.tearDown(KeyManager.java:97)
E at flow.Flow$PendingTraversal.onTraversalCompleted(Flow.java:348)
E at co.recharge.consumer.transition.FlowKeyChanger$startTransition$1.onNext(FlowKeyChanger.kt:336)
E at co.recharge.consumer.transition.FlowKeyChanger$startTransition$1.onNext(FlowKeyChanger.kt:333)
E at rx.observers.SafeSubscriber.onNext(SafeSubscriber.java:134)
E at rx.internal.operators.OnSubscribeOnAssembly$OnAssemblySubscriber.onNext(OnSubscribeOnAssembly.java:124)
E at rx.internal.operators.OperatorObserveOn$ObserveOnSubscriber.call(OperatorObserveOn.java:224)
E at rx.android.schedulers.LooperScheduler$ScheduledAction.run(LooperScheduler.java:107)
1.0.0-alpha3Activity.onBackPressed()LoadingScreenViewfinishes loading its data, kicks off a call to transition fromLoadingScreen->MapScreenActivity.onPausefiresActivity.onDestroyfires,KeyManager.tearDown()is calledLoadingScreenkey, crashesThis is the first call to
KeyManager.tearDown:And the actual crash:
I'm not at all sure what the real fix is here.