1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Refactoring

This commit is contained in:
M66B 2019-01-04 10:04:44 +01:00
parent 2afe862c57
commit 7ad2f81d7d

View file

@ -78,9 +78,10 @@ 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;
} }
}
}); });
((ActivityBase) getActivity()).addBackPressedListener(onBackPressedListener); ((ActivityBase) getActivity()).addBackPressedListener(onBackPressedListener);