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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user