mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Move info between Layer and Narrow wrap.
This commit is contained in:
@@ -317,7 +317,7 @@ void SessionsBox::Inner::onTerminate() {
|
||||
i.value()->clearState();
|
||||
i.value()->hide();
|
||||
}
|
||||
})), KeepOtherLayers);
|
||||
})), LayerOption::KeepOther);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -331,7 +331,7 @@ void SessionsBox::Inner::onTerminateAll() {
|
||||
}
|
||||
MTP::send(MTPauth_ResetAuthorizations(), rpcDone(&Inner::terminateAllDone), rpcFail(&Inner::terminateAllFail));
|
||||
emit terminateAll();
|
||||
})), KeepOtherLayers);
|
||||
})), LayerOption::KeepOther);
|
||||
}
|
||||
|
||||
void SessionsBox::Inner::terminateDone(uint64 hash, const MTPBool &result) {
|
||||
|
Reference in New Issue
Block a user