Description
When I click on a playlist from the library screen while in landscape, the app crashes. If I am in portrait, it works fine but if I switch to landscape while on the playlist screen it will insta crash the app.
Steps to Reproduce
- Be in landscape mode
- Navigate to Library tab
- Scroll down to playlists
- Click on a playlist
Environment
- Android device: Pixel Tablet
- Android OS version: 16
- App version: 4.17.0
- App variant: Degoogled
- Other relevant details: Navidrome server
Crash Logs/Stack trace
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference
at m3.I0.a(SourceFile:118)
at androidx.lifecycle.y.b(SourceFile:30)
at androidx.lifecycle.y.c(SourceFile:56)
at androidx.lifecycle.y.k(SourceFile:15)
at F1.d.run(SourceFile:383)
at android.os.Handler.handleCallback(Handler.java:1070)
at android.os.Handler.dispatchMessage(Handler.java:125)
at android.os.Looper.dispatchMessage(Looper.java:333)
at android.os.Looper.loopOnce(Looper.java:263)
at android.os.Looper.loop(Looper.java:367)
at android.app.ActivityThread.main(ActivityThread.java:9332)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:566)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:837)
Reproducibility
Always
Description
When I click on a playlist from the library screen while in landscape, the app crashes. If I am in portrait, it works fine but if I switch to landscape while on the playlist screen it will insta crash the app.
Steps to Reproduce
Environment
Crash Logs/Stack trace
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference
at m3.I0.a(SourceFile:118)
at androidx.lifecycle.y.b(SourceFile:30)
at androidx.lifecycle.y.c(SourceFile:56)
at androidx.lifecycle.y.k(SourceFile:15)
at F1.d.run(SourceFile:383)
at android.os.Handler.handleCallback(Handler.java:1070)
at android.os.Handler.dispatchMessage(Handler.java:125)
at android.os.Looper.dispatchMessage(Looper.java:333)
at android.os.Looper.loopOnce(Looper.java:263)
at android.os.Looper.loop(Looper.java:367)
at android.app.ActivityThread.main(ActivityThread.java:9332)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:566)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:837)
Reproducibility
Always