I have problem when i choose an album it show blank screen
Seddiks opened this issue · 3 comments
Seddiks commented
lwj1994 commented
this is because of fragment-ktx:1.3.0 . i have fixed it, use my fork version https://github.com/lwj1994/Matisse
Seddiks commented
what was the problem in fragment-ktx:1.3.0 please?
pawankumar2 commented
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