TF-256 Use environment variable to provide the JMAP server URL
This commit is contained in:
@@ -25,7 +25,7 @@ class HomeController extends GetxController {
|
||||
@override
|
||||
void onReady() {
|
||||
super.onReady();
|
||||
if (!GetPlatform.isWeb) {
|
||||
if (!kIsWeb) {
|
||||
_initFlutterDownloader();
|
||||
}
|
||||
_cleanupEmailCache();
|
||||
|
||||
Reference in New Issue
Block a user