steveliles/Foredroid

onBecameBackground() called when a new Activity is started in the onBecameForeground()

AppyxDaniel opened this issue · 0 comments

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.