mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
fix draft in chat message
This commit is contained in:
parent
1c2feb7109
commit
f206f8faae
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
lc.removeListener(mListener);
|
||||
}
|
||||
|
||||
getActivity().getIntent().putExtra("messageDraft", message.getText().toString());
|
||||
onSaveInstanceState(getArguments());
|
||||
super.onPause();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue