mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
add crashfix for android 6
This commit is contained in:
@ -164,7 +164,7 @@ public class MainActivity extends AppCompatActivity
|
||||
}
|
||||
|
||||
private void deleteDirs() {
|
||||
if (toBeDeleted.isEmpty())
|
||||
if (toBeDeleted == null || toBeDeleted.isEmpty())
|
||||
return;
|
||||
|
||||
if (snackbar != null) {
|
||||
|
Reference in New Issue
Block a user