mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-14 21:11:13 +01:00
Make termux-reload-settings reload the extra keys directly
This commit is contained in:
parent
70c1bddae0
commit
b38ae24908
1 changed files with 4 additions and 0 deletions
|
|
@ -142,6 +142,10 @@ public final class TermuxActivity extends Activity implements ServiceConnection
|
|||
}
|
||||
checkForFontAndColors();
|
||||
mSettings.reloadFromProperties(TermuxActivity.this);
|
||||
|
||||
if (mExtraKeysView != null) {
|
||||
mExtraKeysView.reload(mSettings.mExtraKeys, ExtraKeysView.defaultCharDisplay);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue