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