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
If you don't set any background on FrameLayout, lupe.create will crash throwing
"java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.setAlpha(int)' on a null object reference"
To Reproduce
Go to your xml file
In your framelayout container don't set any background
try to create loupe
Expected behavior
It will crash with "java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.setAlpha(int)' on a null object reference"
Environment
Library Version: 1.2.2
Device: HUAWEI ANE-LX1
OS: Android 9.0
The text was updated successfully, but these errors were encountered:
If you don't set any background on FrameLayout, lupe.create will crash throwing
"java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.setAlpha(int)' on a null object reference"
To Reproduce
Expected behavior
It will crash with "java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.drawable.Drawable.setAlpha(int)' on a null object reference"
Environment
The text was updated successfully, but these errors were encountered: