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