TF-867 [Android] Share image with TeamMail app but image is not add to inline image

This commit is contained in:
ManhNTX
2022-08-25 10:09:15 +07:00
committed by Dat H. Pham
parent cf6a1673ae
commit 36bec1c9d5
16 changed files with 133 additions and 30 deletions
@@ -245,7 +245,9 @@ class ComposerController extends BaseController {
listIdentities.value = success.identities!
.where((identity) => identity.mayDelete == true)
.toList();
selectIdentity(listIdentities.first);
if (listIdentities.isNotEmpty) {
selectIdentity(listIdentities.first);
}
}
} else if (success is DownloadImageAsBase64Success) {
if(kIsWeb) {