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

@@ -2379,6 +2379,8 @@ private func extractAccountManagerState(records: AccountRecordsView<TelegramAcco
self.openChatWhenReady(accountId: nil, peerId: context.context.account.peerId, threadId: nil, storyId: nil)
case .account:
context.switchAccount()
case .appIcon:
context.openAppIcon()
}
}
}