Make "no root available" dialog non-cancelable.

This commit is contained in:
Felix Ableitner 2014-08-05 20:01:29 +02:00
parent 33bfefa4a1
commit 200fefe9c3
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class MainActivity extends ListActivity {
}
})
.create();
mNoRootDialog.setCancelable(false);
}
/**