NewPipe-app-android/app/src/main/java
Profpatsch 575e809004 Don't write defaultFormat setting, use default value
Nowhere else does this (write a setting if it’s not set).

It took me a while to see that this code does not do what it intends,
because `defaultFormat` is already the default value in the first
`context.getString`, so calling `getMediaFormatFromKey` again is the
exact same call (“do you know the definition of insanity…”) and will
return `null` again …

So let’s drop the setting write and just rely on the default values.
2024-01-06 17:24:53 +01:00
..
androidx/fragment/app Store/retrieve parcelable arrays as lists instead. 2023-12-23 11:38:40 +01:00
com/google/android/material/appbar Use List.of(). 2022-07-20 04:39:11 +05:30
org Don't write defaultFormat setting, use default value 2024-01-06 17:24:53 +01:00
us/shandian/giga Store/retrieve parcelable arrays as lists instead. 2023-12-23 11:38:40 +01:00