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() {
|
||||
deleteFile();
|
||||
isFullScreen = !isFullScreen;
|
||||
if (isFullScreen) {
|
||||
hideSystemUI();
|
||||
|
Reference in New Issue
Block a user