mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
fix further keyboard crash
This commit is contained in:
parent
9d46d06987
commit
095b853209
1 changed files with 3 additions and 0 deletions
|
@ -4015,6 +4015,9 @@ public class ConversationFragment extends XmppFragment
|
|||
@Override
|
||||
public void onStop() {
|
||||
super.onStop();
|
||||
if (activity != null) {
|
||||
hideSoftKeyboard(activity);
|
||||
}
|
||||
final Activity activity = getActivity();
|
||||
messageListAdapter.unregisterListenerInAudioPlayer();
|
||||
if (activity == null || !activity.isChangingConfigurations()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue