Fix tab/space issue

This commit is contained in:
Simon MacDonald 2016-10-12 22:21:14 -04:00
parent f838db4e18
commit 77b9fd62a7

View File

@ -32,7 +32,7 @@ public class __ACTIVITY__ extends CordovaActivity
// enable Cordova apps to be started in the background
Bundle extras = getIntent().getExtras();
if (extras != null && extras.getBoolean("cdvStartInBackground", false)) {
moveTaskToBack(true);
moveTaskToBack(true);
}
// Set by <content src="index.html" /> in config.xml