jenzz / RxAppState

[DEPRECATED] A simple Android library that monitors app state changes (background / foreground).
MIT License
195 stars 20 forks source link

when app created get state BACKGROUND right after FOREGROUND #24

Open omrital opened 6 years ago

omrital commented 6 years ago

On device HUAWEI P9 ONLY, right after the application is created and subscribes to the monitor observable, got state FOREGROUND and right after that - got state BACKGROUND, so the app is foreground but according to the monitor my project think that the app is in background.