mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +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:
|
case R.id.action_save:
|
||||||
onActionSave();
|
onActionSave();
|
||||||
return true;
|
return true;
|
||||||
|
default:
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue