Merge pull request #4549 from Stypox/fix-showMiniPlayer

Fix IllegalStateException after onSaveInstanceState
pull/4629/head
Tobias Groza 2020-10-23 21:58:20 +02:00 zatwierdzone przez GitHub
commit 90cb9d3de1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -406,7 +406,7 @@ public final class NavigationHelper {
defaultTransaction(fragmentManager)
.replace(R.id.fragment_player_holder, instance)
.runOnCommit(() -> sendPlayerStartedEvent(instance.requireActivity()))
.commit();
.commitAllowingStateLoss();
}
public static void openChannelFragment(final FragmentManager fragmentManager,