mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Highlight selected item when two row/column mode
This commit is contained in:
@@ -718,6 +718,11 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
Shortcuts.update(this, this);
|
||||
}
|
||||
|
||||
public boolean isSplit() {
|
||||
return (layoutId == R.layout.activity_view_portrait_split ||
|
||||
layoutId == R.layout.activity_view_landscape_split);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBackPressedFragment() {
|
||||
backPressedCallback.handleOnBackPressed();
|
||||
|
||||
Reference in New Issue
Block a user