Topic: getImageIndex() does not change when expanded in full screen [SOLVED]
Steps to reproduce
1. Expand gallery to full screen.
2. Navigate to another image.
3. Trigger the getImageIndex() API method.
Expected result: getImageIndex() should return the index of the current image visible in full screen mode.
Actual result: getImageIndex() returns the index of the image last active before expanding to full screen mode, and it doesn't change until you exit full screen mode.