mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-23 23:10:56 +01:00
Fix posting space bug
This commit is contained in:
parent
ba74582dff
commit
e5dc6fe032
@ -131,7 +131,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…
Reference in New Issue
Block a user