TF-3478 Use ComposerManager to open & close single composer

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-02-12 02:30:21 +07:00
committed by Dat H. Pham
parent 9a25d3c258
commit 49fe89a949
13 changed files with 435 additions and 170 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ abstract class BaseController extends GetxController
void _handleBadCredentialsException() {
log('$runtimeType::_handleBadCredentialsException:');
if (!twakeAppManager.isComposerOpened) {
if (!twakeAppManager.hasComposer) {
_performReconnection();
return;
}