mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 08:36:26 +00:00
make back button in settings work again
This commit is contained in:
parent
20a265e327
commit
efb54c7573
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ public final class SettingsActivity extends AppCompatActivity
|
||||||
.commit();
|
.commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean onSupportNavigateUp() {
|
||||||
|
onBackPressed();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Intent getIntent() {
|
public Intent getIntent() {
|
||||||
final Intent intent = super.getIntent();
|
final Intent intent = super.getIntent();
|
||||||
|
|
Loading…
Add table
Reference in a new issue