kaisar945 / Xposed-GodMode

A xposed module similar to AdBlock, You can edit the application user interface at will.
GNU General Public License v3.0
526 stars 67 forks source link

[Bug] Why not hook to onResume to display SeekBar #52

Open q178666380 opened 1 year ago

q178666380 commented 1 year ago

Code at GodModeInjector.java line 115,hook to onCreate in first activity to open the second activity and return, cause SeekBar not display when active edit mode DispatchKeyEventHook.activity not change by activity switch but hook onResume many app will display ad activity after main activity start,this cause SeekBar not work in this app

q178666380 commented 1 year ago

are there some additional things to consider