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