Fix share actions from outside the app
Change-Id: I2671d6b9b096c487c22f4032a9152e60c260b4c4
This commit is contained in:
parent
84ba75ccec
commit
0cb9fdd3a2
@ -228,7 +228,7 @@ class MessageComposerFragment : VectorBaseFragment<FragmentComposerBinding>(), A
|
||||
}
|
||||
}
|
||||
|
||||
if (savedInstanceState != null) {
|
||||
if (savedInstanceState == null) {
|
||||
handleShareData()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user