[X] I checked for possible duplicate issues, with possible answers.
Bug summary
Hi, first of all, thanks for all the hard work on this package! 🙌
I added the code from the 'Reproducible sample code' section to the styles.xml to hide the logo in the splash screen. However, I am encountering the following crash only on the Redmi Note 13 Pro+ 5G (Android 14) device. Is this method correct for hiding the logo?
Before submitting a new issue
Bug summary
Hi, first of all, thanks for all the hard work on this package! 🙌
I added the code from the 'Reproducible sample code' section to the styles.xml to hide the logo in the splash screen. However, I am encountering the following crash only on the Redmi Note 13 Pro+ 5G (Android 14) device. Is this method correct for hiding the logo?
Crash log; Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'int android.graphics.drawable.Drawable.getSmoothCornerState()' on a null object reference android.graphics.drawable.LayerDrawable.getSmoothCornerState (LayerDrawable.java:1032) android.view.View.getDrawableRenderNode (View.java:25122) android.view.View.drawBackground (View.java:25049) android.view.View.draw (View.java:24777) com.android.internal.policy.DecorView.draw (DecorView.java:896) android.view.View.updateDisplayListIfDirty (View.java:23584) android.view.ThreadedRenderer.updateViewTreeDisplayList (ThreadedRenderer.java:736) android.view.ThreadedRenderer.updateRootDisplayList (ThreadedRenderer.java:745) android.view.ThreadedRenderer.draw (ThreadedRenderer.java:851) android.view.ViewRootImpl.draw (ViewRootImpl.java:5720) android.view.ViewRootImpl.performDraw (ViewRootImpl.java:5363) android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:4457) android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:3014) android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:10526) android.view.Choreographer$CallbackRecord.run (Choreographer.java:1671) android.view.Choreographer$CallbackRecord.run (Choreographer.java:1680) android.view.Choreographer.doCallbacks (Choreographer.java:1191) android.view.Choreographer.doFrame (Choreographer.java:1063) android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1650) android.os.Handler.handleCallback (Handler.java:958) android.os.Handler.dispatchMessage (Handler.java:99) android.os.Looper.loopOnce (Looper.java:222) android.os.Looper.loop (Looper.java:314) android.app.ActivityThread.main (ActivityThread.java:8680) java.lang.reflect.Method.invoke (Method.java) com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:565) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1081)
Library version
6.1.3
Environment info
Steps to reproduce
-
Reproducible sample code