Add app icon shortcut

This commit is contained in:
Ilya Laktyushin
2024-04-20 22:20:01 +04:00
parent e32b2d3d09
commit 4956d1a79a
12 changed files with 58 additions and 25 deletions

View File

@@ -947,6 +947,10 @@ final class AuthorizedApplicationContext {
self.rootController.openRootCamera()
}
func openAppIcon() {
self.rootController.openAppIcon()
}
func switchAccount() {
let _ = (activeAccountsAndPeers(context: self.context)
|> take(1)