mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Merge remote-tracking branch 'origin/master' into numpad_arrows
# Conflicts: # terminal-view/src/main/java/com/termux/view/TerminalView.java
This commit is contained in:
commit
f6822d6c24
3 changed files with 12 additions and 3 deletions
|
|
@ -1548,7 +1548,7 @@ public final class TerminalView extends View {
|
|||
};
|
||||
|
||||
propsFile = new File(possiblePropLocations[0]);
|
||||
int i = 1;
|
||||
int i = 0;
|
||||
while (!propsFile.exists() && i < possiblePropLocations.length) {
|
||||
propsFile = new File(possiblePropLocations[i]);
|
||||
i += 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue