mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2024-12-22 13:34:49 +01:00
delete the folder instantly at deleting the last photo in it
This commit is contained in:
parent
304f6010da
commit
3f562513c0
@ -120,7 +120,11 @@ public class ViewPagerActivity extends AppCompatActivity
|
||||
snackbar.show();
|
||||
isSnackbarShown = true;
|
||||
toBeDeleted = getCurrentFile().getAbsolutePath();
|
||||
reloadViewPager();
|
||||
|
||||
if (photos.size() == 1)
|
||||
deleteFile();
|
||||
else
|
||||
reloadViewPager();
|
||||
}
|
||||
|
||||
private void deleteFile() {
|
||||
|
Loading…
Reference in New Issue
Block a user