TF-256 Use environment variable to provide the JMAP server URL

This commit is contained in:
dab246
2022-02-18 11:37:29 +07:00
committed by Dat H. Pham
parent ec0de21ad9
commit f37b32ade5
4 changed files with 10 additions and 3 deletions
@@ -25,7 +25,7 @@ class HomeController extends GetxController {
@override
void onReady() {
super.onReady();
if (!GetPlatform.isWeb) {
if (!kIsWeb) {
_initFlutterDownloader();
}
_cleanupEmailCache();