Skip to content
Snippets Groups Projects
Commit 8235187e authored by Frantisek Simon's avatar Frantisek Simon
Browse files

Merge fix

parent 81cdc2ac
No related merge requests found
......@@ -33,8 +33,6 @@ 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,
......
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