add crashfix for android 6
This commit is contained in:
parent
0f10c6dd92
commit
4c8f2293f5
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public class MainActivity extends AppCompatActivity
|
||||||
}
|
}
|
||||||
|
|
||||||
private void deleteDirs() {
|
private void deleteDirs() {
|
||||||
if (toBeDeleted.isEmpty())
|
if (toBeDeleted == null || toBeDeleted.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (snackbar != null) {
|
if (snackbar != null) {
|
||||||
|
|
Loading…
Reference in a new issue