Foredroid
Foredroid copied to clipboard
onBecameBackground() called when a new Activity is started in the onBecameForeground()
Looks like the delayed check in onActivityPaused() is the reason.
Foreground thinks it is the background, altough it is in the foreground. Thus onBecameForeground() gets called when the started activity has finshed.
Only happens if I put the app in the background two times or more.