Skip to content
Snippets Groups Projects
Commit cd7d7801 authored by helene ortiz's avatar helene ortiz
Browse files

apply lowercase to clientType property also

parent f0582726
Branches
Tags
No related merge requests found
......@@ -224,7 +224,7 @@ public class ConfigManager {
}*/
}
}
clientType = getString(ConfigManager.CLIENT_TYPE_PROPERTY);
clientType = getString(ConfigManager.CLIENT_TYPE_PROPERTY).toLowerCase();
mainClient = (clientType.equals(TokenManager.ClientType.MAIN.toString().toLowerCase()) || clientType.equals(TokenManager.ClientType.TABLET.toString().toLowerCase()));
remoteClient = !mainClient;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment