mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 14:08:00 +01:00
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() {
|
||||
if (toBeDeleted.isEmpty())
|
||||
if (toBeDeleted == null || toBeDeleted.isEmpty())
|
||||
return;
|
||||
|
||||
if (snackbar != null) {
|
||||
|
|
Loading…
Reference in a new issue