fixed importing not working when the Settings are accessed using a hotkey or an on-screen key
This commit is contained in:
parent
7fa4685c51
commit
f0b7915aa6
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ public class UI {
|
||||||
Intent prefIntent = new Intent(ims, PreferencesActivity.class);
|
Intent prefIntent = new Intent(ims, PreferencesActivity.class);
|
||||||
prefIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
prefIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
prefIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
prefIntent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||||
prefIntent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
|
|
||||||
ims.startActivity(prefIntent);
|
ims.startActivity(prefIntent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue