I have an application that loads users installed applications and shows the list inside recyclerview (App name & icon). This exception is thrown on android 8+ devices and also not on all device models (mostly on Samsung and Huawei devices)
View.java line 19595
android.view.View.getDrawableRenderNode
Fatal Exception: java.lang.NullPointerException
Attempt to invoke virtual method 'boolean android.graphics.drawable.Drawable.isProjected()' on a null object reference
android.graphics.drawable.AdaptiveIconDrawable.isProjected + 551 (AdaptiveIconDrawable.java:551)
android.view.View.getDrawableRenderNode + 19595 (View.java:19595)
android.view.View.drawBackground + 19524 (View.java:19524)
com.android.internal.os.ZygoteInit.main + 857 (ZygoteInit.java:857)
Its the exception log from fabric. Any help would be appreciated.