kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix page restoration when re-opening media keyboard.
rodzic
a0031298d8
commit
926f5b3cdf
|
@ -2726,7 +2726,7 @@ public class ConversationParentFragment extends Fragment
|
|||
}
|
||||
|
||||
private void initializeMediaKeyboardProviders() {
|
||||
KeyboardPagerViewModel keyboardPagerViewModel = new ViewModelProvider(this).get(KeyboardPagerViewModel.class);
|
||||
KeyboardPagerViewModel keyboardPagerViewModel = new ViewModelProvider(requireActivity()).get(KeyboardPagerViewModel.class);
|
||||
|
||||
switch (TextSecurePreferences.getMediaKeyboardMode(requireContext())) {
|
||||
case EMOJI:
|
||||
|
|
Ładowanie…
Reference in New Issue