delete the empty folder itself too

This commit is contained in:
tibbi
2016-03-06 21:51:29 +01:00
parent e03cf07761
commit b880912ecb
3 changed files with 5 additions and 0 deletions

View File

@ -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() {