Skip to content

Conversation

@marcinkunert
Copy link
Contributor

@marcinkunert marcinkunert commented Jan 31, 2022

Fixes #854

@hanliuxin5
Copy link

            if (fragment == null) {
                fragment = MediaSelectionFragment.newInstance(album)
                supportFragmentManager
                    .beginTransaction()
                    .replace(R.id.container, fragment!!, MediaSelectionFragment::class.java.simpleName)
                    .commitAllowingStateLoss()
            } else {
                fragment?.loadNewAlbum(album)
            }

What a coincidence!

@Aksx73
Copy link

Aksx73 commented Mar 9, 2022

But now image preview does not work, app crashes!!
Image shows up now on changing different folders but app crashes on tapping on image to open it in full screen or on tapping preview button at the bottom.
Any solution?

coopinsumainsdu
coopinsumainsdu approved these changes May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Image not loading on switch of folder

5 participants