mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-16 20:10:37 +01:00
recheck if the opened photo still exists
This commit is contained in:
parent
4c8f2293f5
commit
842776cedf
@ -57,6 +57,7 @@ public class ViewPagerActivity extends AppCompatActivity
|
|||||||
hideSystemUI();
|
hideSystemUI();
|
||||||
|
|
||||||
path = getIntent().getStringExtra(Constants.PHOTO);
|
path = getIntent().getStringExtra(Constants.PHOTO);
|
||||||
|
MediaScannerConnection.scanFile(this, new String[]{path}, null, this);
|
||||||
directory = new File(path).getParent();
|
directory = new File(path).getParent();
|
||||||
pager = (MyViewPager) findViewById(R.id.view_pager);
|
pager = (MyViewPager) findViewById(R.id.view_pager);
|
||||||
photos = getPhotos();
|
photos = getPhotos();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user