mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 00:26:22 +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();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onSupportNavigateUp() {
|
||||
onBackPressed();
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Intent getIntent() {
|
||||
final Intent intent = super.getIntent();
|
||||
|
|
Loading…
Add table
Reference in a new issue