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
Open NewPipe nightly and open a video / the video detail fragment
minimize player and Import db in current nightly
Expected behavior
No crash
Actual behavior
NewPipe finished the import and crashes afterwards.
Logs
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at org.schabi.newpipe.local.feed.FeedFragment.onCreate$lambda-0(FeedFragment.kt:125)
at org.schabi.newpipe.local.feed.FeedFragment.$r8$lambda$SVZC3B9xz0HrRxuxOiEkSYdQHMY(Unknown Source:0)
at org.schabi.newpipe.local.feed.FeedFragment$$ExternalSyntheticLambda13.onSharedPreferenceChanged(Unknown Source:2)
at android.app.SharedPreferencesImpl$EditorImpl.notifyListeners(SharedPreferencesImpl.java:629)
at android.app.SharedPreferencesImpl$EditorImpl.commit(SharedPreferencesImpl.java:617)
at org.schabi.newpipe.settings.ContentSettingsManager.loadSharedPreferences(ContentSettingsManager.kt:102)
at org.schabi.newpipe.settings.ContentSettingsFragment.lambda$importDatabase$6$org-schabi-newpipe-settings-ContentSettingsFragment(ContentSettingsFragment.java:235)
at org.schabi.newpipe.settings.ContentSettingsFragment$$ExternalSyntheticLambda3.onClick(Unknown Source:4)
at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage(AlertController.java:167)
at android.os.Handler.dispatchMessage(Handler.java:106)
at ...
The text was updated successfully, but these errors were encountered:
Checklist
Affected version
0.24.2 (nightly 30)
Steps to reproduce the bug
Expected behavior
No crash
Actual behavior
NewPipe finished the import and crashes afterwards.
Logs
The text was updated successfully, but these errors were encountered: