mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-25 22:18:00 +01:00
delete the queued file on click
This commit is contained in:
parent
5a225f8768
commit
b253b4473b
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ public class ViewPagerActivity extends AppCompatActivity
|
||||||
}
|
}
|
||||||
|
|
||||||
public void photoClicked() {
|
public void photoClicked() {
|
||||||
|
deleteFile();
|
||||||
isFullScreen = !isFullScreen;
|
isFullScreen = !isFullScreen;
|
||||||
if (isFullScreen) {
|
if (isFullScreen) {
|
||||||
hideSystemUI();
|
hideSystemUI();
|
||||||
|
|
Loading…
Reference in a new issue