mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-02-13 07:25:27 +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
|
@Override
|
||||||
public void onStop() {
|
public void onStop() {
|
||||||
super.onStop();
|
super.onStop();
|
||||||
|
if (activity != null) {
|
||||||
|
hideSoftKeyboard(activity);
|
||||||
|
}
|
||||||
final Activity activity = getActivity();
|
final Activity activity = getActivity();
|
||||||
messageListAdapter.unregisterListenerInAudioPlayer();
|
messageListAdapter.unregisterListenerInAudioPlayer();
|
||||||
if (activity == null || !activity.isChangingConfigurations()) {
|
if (activity == null || !activity.isChangingConfigurations()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue