mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Entity input panel
This commit is contained in:
@@ -17,6 +17,7 @@ import UndoUI
|
||||
public enum ArchivedStickerPacksControllerMode {
|
||||
case stickers
|
||||
case masks
|
||||
case emoji
|
||||
}
|
||||
|
||||
private final class ArchivedStickerPacksControllerArguments {
|
||||
@@ -237,6 +238,8 @@ public func archivedStickerPacksController(context: AccountContext, mode: Archiv
|
||||
switch mode {
|
||||
case .stickers:
|
||||
namespace = .stickers
|
||||
case .emoji:
|
||||
namespace = .emoji
|
||||
case .masks:
|
||||
namespace = .masks
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user