Some minor AS lint warnings tweaks

This commit is contained in:
Fredrik Fornwall
2016-07-31 22:28:17 +02:00
parent fb7dc21c18
commit 6b62e65154
7 changed files with 66 additions and 9 deletions

View File

@@ -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() {