TF-867 [Android] Share image with TeamMail app but image is not add to inline image
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user