mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
delete the queued file on click
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user