mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-10 11:01:13 +01:00
Revert "Allow users to disable terminal margin adjustment"
This reverts commit 32135025
This commit is contained in:
parent
dc8bdfe675
commit
7aefd94369
3 changed files with 1 additions and 15 deletions
|
|
@ -259,8 +259,7 @@ public final class TermuxActivity extends Activity implements ServiceConnection
|
|||
if (mTermuxTerminalViewClient != null)
|
||||
mTermuxTerminalViewClient.onStart();
|
||||
|
||||
if (!mProperties.isTerminalMarginAdjustmentDisabled())
|
||||
addTermuxActivityRootViewGlobalLayoutListener();
|
||||
addTermuxActivityRootViewGlobalLayoutListener();
|
||||
|
||||
registerTermuxActivityBroadcastReceiver();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue