Skip to content
Snippets Groups Projects
Commit 637b8d5b authored by Matyáš Latner's avatar Matyáš Latner
Browse files

iOS mobile data flag temporay set to false

parent 9d4e8c2d
No related merge requests found
......@@ -41,7 +41,7 @@ public class IOSLauncher extends IOSApplication.Delegate {
@Override
public boolean isUsingMobileData() {
//TODO - Use RoboVM to decide whether user is currently using mobile data
return true;
return false;
}
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment