mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-06 13:31:37 +09:00
アクティビティの挙動を修正
This commit is contained in:
parent
67b2b04bdc
commit
6d171eac5c
@ -9,6 +9,7 @@
|
||||
android:theme="@style/Theme.LIME">
|
||||
<activity
|
||||
android:name=".SettingsActivity"
|
||||
android:clearTaskOnLaunch="true"
|
||||
android:exported="true" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
@ -78,7 +78,7 @@ public class SettingsActivity extends AppCompatActivity {
|
||||
.setPositiveButton(context.getString(R.string.dialog_positive), new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
finish();
|
||||
finishAndRemoveTask();
|
||||
}
|
||||
})
|
||||
.setCancelable(false)
|
||||
|
Loading…
Reference in New Issue
Block a user