mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-10 19:11:12 +01:00
Replace "if(" with "if ("
This commit is contained in:
parent
6293f5f170
commit
3d46849673
17 changed files with 69 additions and 69 deletions
|
|
@ -170,7 +170,7 @@ public class TermuxSession {
|
|||
*/
|
||||
public void killIfExecuting(@NonNull final Context context, boolean processResult) {
|
||||
// If execution command has already finished executing, then no need to process results or send SIGKILL
|
||||
if(mExecutionCommand.hasExecuted()) {
|
||||
if (mExecutionCommand.hasExecuted()) {
|
||||
Logger.logDebug(LOG_TAG, "Ignoring sending SIGKILL to \"" + mExecutionCommand.getCommandIdAndLabelLogString() + "\" TermuxSession since it has already finished executing");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue