mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Fixed back from activities
This commit is contained in:
@@ -159,7 +159,10 @@ public class ActivityAMP extends ActivityBase {
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
|
||||
int itemId = item.getItemId();
|
||||
if (itemId == R.id.menu_force_light) {
|
||||
if (itemId == android.R.id.home) {
|
||||
finish();
|
||||
return true;
|
||||
} else if (itemId == R.id.menu_force_light) {
|
||||
onMenuForceLight();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user