Project Information
Repository: https://github.com/ElderDrivers/EdXposedManager
Project Name EdXposedManager
The issue Submitted on Github: https://github.com/ElderDrivers/EdXposedManager/issues/18
My Github Link: https://github.com/iamowomizz
Device details
Xposed Version: 4.5.0
Xposed Systemless
Device OS version: 7.0
Device Manufacturer: infinix
Device Name: S2pro
Reproduction Steps
Launch the app
Click on the two horizontal lines at the top left corner of the app
Click on the application list section which is the 3rd in the list
See error
Expected Result
I expect the app to show the list of applications when I click on the Application list
Actual Result
When I click on the application list the app just closes.
Crash logs
SUPPORTED_64_BIT_ABIS=[Ljava.lang.String;@80d5d3
versionCode=450
BOARD=unknown
BOOTLOADER=unknown
TYPE=user
ID=NRD90M
TIME=1502829836000
BRAND=Infinix
TAG=Build
HARDWARE=mt6735
SERIAL=0216610752011566
SUPPORTED_ABIS=[Ljava.lang.String;
CPU_ABI=arm64-v8a
IS_DEBUGGABLE=false
RADIO=unknown
MANUFACTURER=Infinix
IS_EMULATOR=false
SUPPORTED_32_BIT_ABIS=[Ljava.lang.String;@30fb3c2
TAGS=release-keys
CPU_ABI2=
UNKNOWN=unknown
PERMISSIONS_REVIEW_REQUIRED=false
USER=rlk-buildsrv-tf29
FINGERPRINT=Infinix/H539/Infinix-X522:7.0/NRD90M/X522-H539C-N-170816V186:user/release-keys
HOST=rlk-buildsrv-tf29
versionName=4.5.0
PRODUCT=H539
DISPLAY=X522-H539C-N-170816V186
MODEL=Infinix S2 Pro
DEVICE=Infinix-X522
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:7580)
at android.view.ViewRootImpl.invalidateChildInParent(ViewRootImpl.java:1244)
at android.view.ViewGroup.invalidateChild(ViewGroup.java:5464)
at android.view.View.invalidateInternal(View.java:14345)
at android.view.View.invalidate(View.java:14286)
at android.view.View.invalidateParentIfNeeded(View.java:14498)
at android.view.View.clearAnimation(View.java:21034)
at androidx.swiperefreshlayout.widget.SwipeRefreshLayout.startScaleDownAnimation(SwipeRefreshLayout.java:486)
at androidx.swiperefreshlayout.widget.SwipeRefreshLayout.setRefreshing(SwipeRefreshLayout.java:472)
at androidx.swiperefreshlayout.widget.SwipeRefreshLayout.setRefreshing(SwipeRefreshLayout.java:434)
at com.solohsu.android.edxp.manager.fragment.BlackListFragment.onDataReady(BlackListFragment.java:105)
at com.solohsu.android.edxp.manager.adapter.AppAdapter.loadApps(AppAdapter.java:88)
at com.solohsu.android.edxp.manager.adapter.AppAdapter.lambda$LGPXRZKHv0-HYOZH1w0mWrmvBLY(AppAdapter.java)
at com.solohsu.android.edxp.manager.adapter.-$$Lambda$AppAdapter$LGPXRZKHv0-HYOZH1w0mWrmvBLY.run(lambda)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:761)