mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Make tabbed selector working in scheduled section.
This commit is contained in:
@@ -28,7 +28,10 @@ Controller::Controller(not_null<Main::Account*> account)
|
||||
_widget.init();
|
||||
}
|
||||
|
||||
Controller::~Controller() = default;
|
||||
Controller::~Controller() {
|
||||
// We want to delete all widgets before the _sessionController.
|
||||
_widget.clearWidgets();
|
||||
}
|
||||
|
||||
void Controller::firstShow() {
|
||||
_widget.firstShow();
|
||||
|
Reference in New Issue
Block a user