Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / src / net / sf / openrocket / android / ActivityHelpers.java
index 760176415b3d62f8ef9a489e6d9cc4e78fd26549..02e920e4c24d9246179f578d62c6a28ff192e1de 100644 (file)
@@ -11,7 +11,7 @@ public abstract class ActivityHelpers {
 \r
        public static void goHome( Activity parent ) {\r
                Intent i = new Intent(parent, Main.class);\r
-               i.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP);\r
+               i.addFlags( Intent.FLAG_ACTIVITY_CLEAR_TOP + Intent.FLAG_ACTIVITY_NEW_TASK );\r
                parent.startActivity(i);\r
        }\r
        \r