mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-30 18:24:55 +01:00
Necessary space for fast typing
This commit is contained in:
parent
fc039504f7
commit
e83984aa62
@ -125,7 +125,7 @@ extension View {
|
||||
switch destination {
|
||||
case .post(let content, let replyId):
|
||||
NavigationStack {
|
||||
PostingView(initialString: content, replyId: replyId)
|
||||
PostingView(initialString: content + " ", replyId: replyId)
|
||||
.tint(Color(uiColor: UIColor.label))
|
||||
}
|
||||
case let .mastodonLogin(logged):
|
||||
|
Loading…
x
Reference in New Issue
Block a user