mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix page restoration when re-opening media keyboard.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user