mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 05:37:07 +00:00
Refactoring
This commit is contained in:
parent
2afe862c57
commit
7ad2f81d7d
1 changed files with 2 additions and 1 deletions
|
@ -78,8 +78,9 @@ public class FragmentAnswer extends FragmentEx {
|
|||
case R.id.action_save:
|
||||
onActionSave();
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue