Rework the loading workflow to be more natural and fix some nasty bugs. Make the...
[debian/openrocket] / android / src / net / sf / openrocket / android / ActivityHelpers.java
index 95ce5393f724ecb2ebc51e632894a0e4ae35a94a..02e920e4c24d9246179f578d62c6a28ff192e1de 100644 (file)
@@ -11,7 +11,6 @@ public abstract class ActivityHelpers {
 \r
        public static void goHome( Activity parent ) {\r
                Intent i = new Intent(parent, Main.class);\r
-               i.putExtra(Main.restartFlag, true);\r
                i.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP + Intent.FLAG_ACTIVITY_NEW_TASK );\r
                parent.startActivity(i);\r
        }\r