Small fix

This commit is contained in:
M66B 2023-09-12 18:25:35 +02:00
parent efd8623a1a
commit 8d9801c09a
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
int layout = (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK);
Log.i("Orientation=" + config.orientation + " layout=" + layout +
" portrait rows=" + portrait2 + " cols=" + portrait2c + " min=" + portrait_min_size +
" landscape cols=" + landscape + " min=" + landscape);
" landscape cols=" + landscape + " min=" + landscape_min_size);
boolean duo = Helper.isSurfaceDuo();
boolean close_pane = prefs.getBoolean("close_pane", !duo);
boolean open_pane = (!close_pane && prefs.getBoolean("open_pane", false));