sunilpaulmathew / De-Bloater

An application using the power of Magisk to debloat unwanted system apps!
https://sunilpaulmathew.github.io/De-Bloater/
GNU General Public License v3.0
421 stars 16 forks source link

Crashing on Inactive if searching #33

Open mizzunet opened 6 months ago

mizzunet commented 6 months ago

This app crashes when I tap Inactive after searching

To reproduce:

  1. Search for some term
  2. Click Inactive
  3. 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)