mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-27 02:14:45 +00:00
Composer: Fix swipe to dismiss
This commit is contained in:
parent
e758df04a8
commit
263ecbb715
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ public struct StatusEditorView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.interactiveDismissDisabled(!viewModel.shouldDisplayDismissWarning)
|
.interactiveDismissDisabled(viewModel.shouldDisplayDismissWarning)
|
||||||
.onChange(of: appAccounts.currentClient) { newClient in
|
.onChange(of: appAccounts.currentClient) { newClient in
|
||||||
if viewModel.mode.isInShareExtension {
|
if viewModel.mode.isInShareExtension {
|
||||||
currentAccount.setClient(client: newClient)
|
currentAccount.setClient(client: newClient)
|
||||||
|
|
Loading…
Reference in a new issue