@@ -139,6 +139,7 @@ public class MainActivity extends Activity {
//private boolean ui_placement_right = true;
privatebooleanwant_no_limits;// whether we want to run with FLAG_LAYOUT_NO_LIMITS
privatebooleancan_draw_nav_bar=true;
privatebooleanset_window_insets_listener;// whether we've enabled a setOnApplyWindowInsetsListener()
privateintnavigation_gap;
publicstaticvolatilebooleantest_preview_want_no_limits;// test flag, if set to true then instead use test_preview_want_no_limits_value; needs to be static, as it needs to be set before activity is created to take effect
@@ -652,8 +653,10 @@ public class MainActivity extends Activity {