mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 20:26:47 +01:00
Fix share actions from outside the app (#7473)
This commit is contained in:
parent
e1393c2d63
commit
ce35472824
1
changelog.d/7400.bugfix
Normal file
1
changelog.d/7400.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix share actions using share dialog.
|
@ -231,7 +231,7 @@ class MessageComposerFragment : VectorBaseFragment<FragmentComposerBinding>(), A
|
||||
.onEach { onTypeSelected(it.attachmentType) }
|
||||
.launchIn(lifecycleScope)
|
||||
|
||||
if (savedInstanceState != null) {
|
||||
if (savedInstanceState == null) {
|
||||
handleShareData()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user