mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-16 14:01:14 +01:00
Fixed: Fix typo from 43858dfb
This commit is contained in:
parent
f33758c7c0
commit
f8e7ada143
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@ public final class TermuxActivity extends AppCompatActivity implements ServiceCo
|
||||||
return mIsVisible;
|
return mIsVisible;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isIsOnResumeAfterOnCreate() {
|
public boolean isOnResumeAfterOnCreate() {
|
||||||
return mIsOnResumeAfterOnCreate;
|
return mIsOnResumeAfterOnCreate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue