patch first message after register
This commit is contained in:
parent
8568f6c20e
commit
7a10ba5b33
@ -506,9 +506,6 @@
|
|||||||
},
|
},
|
||||||
"Заблокированные" : {
|
"Заблокированные" : {
|
||||||
|
|
||||||
},
|
|
||||||
"Заблокированные пользователи" : {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"Заблокировать контакт" : {
|
"Заблокировать контакт" : {
|
||||||
"comment" : "Contacts context action block"
|
"comment" : "Contacts context action block"
|
||||||
@ -2595,6 +2592,9 @@
|
|||||||
},
|
},
|
||||||
"Черновики доступны в боковом меню в разделе Drafts." : {
|
"Черновики доступны в боковом меню в разделе Drafts." : {
|
||||||
"comment" : "FAQ answer: drafts"
|
"comment" : "FAQ answer: drafts"
|
||||||
|
},
|
||||||
|
"Чёрный список" : {
|
||||||
|
|
||||||
},
|
},
|
||||||
"Что вам понравилось?" : {
|
"Что вам понравилось?" : {
|
||||||
"comment" : "feedback prompt: praise",
|
"comment" : "feedback prompt: praise",
|
||||||
|
|||||||
@ -234,6 +234,7 @@ private extension MainView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
isAfterRegisterPresented = true
|
isAfterRegisterPresented = true
|
||||||
|
viewModel.onboardingDestination = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
var deepLinkNavigationLink: some View {
|
var deepLinkNavigationLink: some View {
|
||||||
|
|||||||
@ -27,7 +27,7 @@ struct BlockedUsersView: View {
|
|||||||
usersSection
|
usersSection
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navigationTitle(NSLocalizedString("Заблокированные", comment: ""))
|
.navigationTitle(NSLocalizedString("Чёрный список", comment: ""))
|
||||||
.navigationBarTitleDisplayMode(.inline)
|
.navigationBarTitleDisplayMode(.inline)
|
||||||
.toolbar {
|
.toolbar {
|
||||||
ToolbarItem(placement: .navigationBarTrailing) {
|
ToolbarItem(placement: .navigationBarTrailing) {
|
||||||
|
|||||||
@ -24,7 +24,7 @@ struct SettingsView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
NavigationLink(destination: BlockedUsersView()) {
|
NavigationLink(destination: BlockedUsersView()) {
|
||||||
Label(NSLocalizedString("Заблокированные пользователи", comment: ""), systemImage: "hand.raised.fill")
|
Label(NSLocalizedString("Чёрный список", comment: ""), systemImage: "hand.raised.fill")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user