mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-22 08:01:33 +01:00
make sure we open the correct photo on fullscreen
This commit is contained in:
parent
e982fa0d22
commit
732fa20cb5
@ -110,9 +110,9 @@ public class ViewPagerActivity extends AppCompatActivity implements ViewPager.On
|
||||
|
||||
if (curPath.equals(path))
|
||||
pos = i;
|
||||
}
|
||||
|
||||
i++;
|
||||
i++;
|
||||
}
|
||||
} while (cursor.moveToNext());
|
||||
cursor.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user