Image can not be upload through document in iOs #484
This commit is contained in:
parent
346812c56f
commit
78c9bdba45
|
|
@ -120,7 +120,6 @@ bool isAndroid() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isIOS() {
|
bool isIOS() {
|
||||||
return true;
|
|
||||||
if (kIsWeb) {
|
if (kIsWeb) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue