mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Access _authSession through activeAccount().
This commit is contained in:
@@ -34,8 +34,8 @@ constexpr auto kWaitingForAllGroupedDelay = crl::time(1000);
|
||||
|
||||
} // namespace
|
||||
|
||||
System::System(AuthSession *session)
|
||||
: _authSession(session)
|
||||
System::System(not_null<AuthSession*> session)
|
||||
: _session(session)
|
||||
, _waitTimer([=] { showNext(); })
|
||||
, _waitForAllGroupedTimer([=] { showGrouped(); }) {
|
||||
createManager();
|
||||
|
Reference in New Issue
Block a user