mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-24 22:20:00 +01:00
delete the queued file on click
This commit is contained in:
parent
5a225f8768
commit
b253b4473b
@ -265,6 +265,7 @@ public class ViewPagerActivity extends AppCompatActivity
|
||||
}
|
||||
|
||||
public void photoClicked() {
|
||||
deleteFile();
|
||||
isFullScreen = !isFullScreen;
|
||||
if (isFullScreen) {
|
||||
hideSystemUI();
|
||||
|
Loading…
Reference in New Issue
Block a user