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
Previously we never explicitly stopped, we just moved to
the background. Later we got killed (very reasonably), and
then afterwards we got restarted (because we're sticky) but
with a null intent, which makes Kotlin unhappy.
Now we either stop properly, or ask for the intent to be
redelivered correctly.
0 commit comments