You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app crashes when I tap Inactive after searching
To reproduce:
Search for some term
Click Inactive
See it's crashing
I also noticed that this crashing is only when it's on All tab, not when on /system or /product
Logs
FATAL EXCEPTION: pool-24-thread-1
Process: com.sunilpaulmathew.debloater, PID: 10401
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
at p2.a.c(Unknown Source:10)
at o2.d$c.a(SourceFile:264)
at androidx.activity.b.run(SourceFile:457)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered:
This app crashes when I tap Inactive after searching
To reproduce:
I also noticed that this crashing is only when it's on All tab, not when on /system or /product
Logs
The text was updated successfully, but these errors were encountered: