Added volume navigation option

This commit is contained in:
M66B
2020-01-30 20:52:18 +01:00
parent fb82317ff6
commit 6a4fb2df94
10 changed files with 105 additions and 17 deletions

View File

@@ -414,7 +414,12 @@ public class FragmentAccount extends FragmentBase {
}
});
addBackPressedListener(new ActivityBase.IBackPressedListener() {
addKeyPressedListener(new ActivityBase.IKeyPressedListener() {
@Override
public boolean onKeyPressed(int keyCode) {
return false;
}
@Override
public boolean onBackPressed() {
onSave(true);