Quote:
Originally Posted by mergen3107
I am confused...
|
You're confused? What am I?
One of the good things about deep-diving into some of this stuff is that you learn things. Maybe not helpful things at the time, but still. I recently learned about synthetic classes generated for private nested classes.
I saw EventBus in your logs and I was scratching my head. Normal Android has Intents and doesn't use EventBus. In fact, EventBus isn't any part of Android. Moreover, on my Poke3 with most of the Onyx stuff disabled, I never see that in my logs. Or on any other Android device, for that matter.
Using my latest utility (ahem), I found EventBus in that SystemUIWithLegacyRecents.apk as com.android.systemui.recents.events.EventBus
So apparently the "WithLegacyRecents" part means some Onyx custom modifications. I don't think that this is our actual problem, but it is a difference between yours and mine.
I'm lost over whether this is some life cycle problem with the launcher or a window/display problem of ensuring that it's visible. I'm still unclear when you hit the circle button if the Onyx dialog dismisses or not.
I should send you a custom launcher with enough logging to see what's going on.