Fix masks?

This commit is contained in:
Peter
2019-10-06 04:50:23 +04:00
parent ae1b4f4615
commit d2b7b44f61
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ private enum InstalledStickerPacksEntryId: Hashable {
}
}
private enum InstalledStickerPacksEntry: ItemListNodeEntry {
private indirect enum InstalledStickerPacksEntry: ItemListNodeEntry {
case suggestOptions(PresentationTheme, String, String)
case trending(PresentationTheme, String, Int32)
case archived(PresentationTheme, String, Int32, [ArchivedStickerPackItem]?)