mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-24 19:29:46 +01:00
Some minor AS lint warnings tweaks
This commit is contained in:
parent
fb7dc21c18
commit
6b62e65154
7 changed files with 66 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ public class TermuxFileReceiverActivity extends Activity {
|
|||
* name input dialog to be implicitly dismissed, and we do not want to finish the activity directly
|
||||
* when showing the error dialog.
|
||||
*/
|
||||
private boolean mFinishOnDismissNameDialog = true;
|
||||
boolean mFinishOnDismissNameDialog = true;
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue