Gimp: updated to Jessie, new warning dialog about removing old installation, fixed infinite restart in SDL

This commit is contained in:
Sergii Pylypenko
2015-04-02 21:06:22 +03:00
parent 4fc05b347f
commit b416a6ea17
7 changed files with 146 additions and 94 deletions

View File

@@ -129,6 +129,7 @@ public class RestartMainActivity extends Activity
} catch (InterruptedException e) {}
Intent intent = new Intent(RestartMainActivity.this, MainActivity.class);
intent.putExtra(ACTIVITY_AUTODETECT_SCREEN_ORIENTATION, getIntent().getBooleanExtra(ACTIVITY_AUTODETECT_SCREEN_ORIENTATION, false));
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
RestartMainActivity.this.startActivity(intent);
try{
Thread.sleep(1000);