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

iOS ConnectionManager MOCK fix

parent b04a9cf4
Branches
Tags
No related merge requests found
......@@ -24,12 +24,12 @@ public class IOSLauncher extends IOSApplication.Delegate {
NSDictionary infoDictionary = NSBundle.getMainBundle().getInfoDictionary();
String buildType = infoDictionary.get(new NSString("cz.nic.tablexia.BuildType")).toString();
Tablexia.connectionManager = new IOSConnectionManager();
return new IOSApplication(new Tablexia(buildType,
Locale.getDefault(),
SQL_CONNECTION_TYPE,
false), config);
Tablexia.connectionManager = new IOSConnectionManager();
}
public static void main(String[] argv) {
......
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