zhihu/Matisse

I have problem when i choose an album it show blank screen

Seddiks opened this issue · 3 comments

Describe the bug
I have problem when i choose an album it show blank screen

Screenshots

138274943_424902681953730_4392770748306727488_n

**Smartphone

  • Device: [REDMI 8]
  • OS: [Android 9]

this is because of fragment-ktx:1.3.0 . i have fixed it, use my fork version https://github.com/lwj1994/Matisse

what was the problem in fragment-ktx:1.3.0 please?

use this:-

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.activity:activity:1.3.0'
implementation 'androidx.fragment:fragment:1.2.0'

this work for me