Darran Kelinske
Results
2
issues of
Darran Kelinske
This happens on Samsung devices. I think it happens on rotating to landscape. It is not isolated to this library, but happens on other apps / libraries too. ```java Fatal...
bug
I am trying to filter out multiple file types using the regex below: ^.*\.(?!apk$|dmg$|exe$|ipa$|app$)[^.]+$ When I test it online everything works as expected, but when I use it in the...