mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 12:38:00 +01:00
make sure we open the correct photo on fullscreen
This commit is contained in:
parent
e982fa0d22
commit
732fa20cb5
1 changed files with 2 additions and 2 deletions
|
@ -110,9 +110,9 @@ public class ViewPagerActivity extends AppCompatActivity implements ViewPager.On
|
|||
|
||||
if (curPath.equals(path))
|
||||
pos = i;
|
||||
}
|
||||
|
||||
i++;
|
||||
}
|
||||
} while (cursor.moveToNext());
|
||||
cursor.close();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue