mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
delete the empty folder itself too
This commit is contained in:
@ -143,6 +143,7 @@ public class ViewPagerActivity extends AppCompatActivity
|
||||
final String[] deletedPath = new String[]{toBeDeleted};
|
||||
MediaScannerConnection.scanFile(this, deletedPath, null, this);
|
||||
}
|
||||
toBeDeleted = "";
|
||||
}
|
||||
|
||||
private View.OnClickListener undoDeletion = new View.OnClickListener() {
|
||||
|
Reference in New Issue
Block a user