Necessary space for fast typing
This commit is contained in:
parent
fc039504f7
commit
e83984aa62
|
@ -125,7 +125,7 @@ extension View {
|
||||||
switch destination {
|
switch destination {
|
||||||
case .post(let content, let replyId):
|
case .post(let content, let replyId):
|
||||||
NavigationStack {
|
NavigationStack {
|
||||||
PostingView(initialString: content, replyId: replyId)
|
PostingView(initialString: content + " ", replyId: replyId)
|
||||||
.tint(Color(uiColor: UIColor.label))
|
.tint(Color(uiColor: UIColor.label))
|
||||||
}
|
}
|
||||||
case let .mastodonLogin(logged):
|
case let .mastodonLogin(logged):
|
||||||
|
|
Loading…
Reference in New Issue