Fixed issue while rotating the device during file sharing
This commit is contained in:
parent
a332334250
commit
217e88ce30
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ public class ChatMessagesFragment extends Fragment
|
||||||
mMessageTextToSend.setText(sharedText);
|
mMessageTextToSend.setText(sharedText);
|
||||||
Log.i("[Chat Messages Fragment] Found shared text: " + sharedText);
|
Log.i("[Chat Messages Fragment] Found shared text: " + sharedText);
|
||||||
}
|
}
|
||||||
|
getArguments().clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (savedInstanceState != null) {
|
if (savedInstanceState != null) {
|
||||||
|
|
Loading…
Reference in a new issue