2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Allow creating EmojiListWidget without SessionController.

This commit is contained in:
John Preston
2022-08-20 07:45:44 +03:00
parent c9a98ae723
commit 33b266175d
15 changed files with 192 additions and 123 deletions

View File

@@ -611,6 +611,13 @@ private:
void ActivateWindow(not_null<SessionController*> controller);
[[nodiscard]] bool IsPaused(
not_null<SessionController*> controller,
GifPauseReason level);
[[nodiscard]] Fn<bool()> PausedIn(
not_null<SessionController*> controller,
GifPauseReason level);
class Show : public Ui::Show {
public:
explicit Show(not_null<SessionNavigation*> navigation);