Abdul Majid
Abdul Majid
Getting this crash on android 9! ``` Fatal Exception: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next + 860(ArrayList.java:860) at com.werb.pickphotoview.ui.GridFragment.images + 202(GridFragment.kt:202) at java.lang.reflect.Method.invoke(Method.java) at com.werb.eventbus.handler.MainEventHandler$handleEvent$1.run + 21(MainEventHandler.kt:21) at android.os.Handler.handleCallback + 873(Handler.java:873) at android.os.Handler.dispatchMessage...
I have noticed that the chips input always receives the focus first in an activity. Is this the desired behaviour? I want to be able to disable this functionality so...
Filterable chips list shows up when user starts typing in. It would be nice to have some settings to make it always visible when the chips view gets focus. If...
`Fatal Exception: java.lang.IllegalStateException: Fragment BottomSheetImagePicker{f018108 (68ca9b62-3687-46ba-8b5b-af03bbc42f90)} not attached to a context. at androidx.fragment.app.Fragment.requireContext(Fragment.java:774) at androidx.fragment.app.Fragment.getResources(Fragment.java:838) at com.kroegerama.imgpicker.BottomSheetImagePicker$onCreateDialog$$inlined$apply$lambda$1.onShow(BottomSheetImagePicker.kt:165) at android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1595) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:237) at android.app.ActivityThread.main(ActivityThread.java:8016) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at...
I see that the version is release but available via cocoapods. The latest version on cocoapods is 0.7.3. Any plans on the release?
### [REQUIRED] Step 1: Describe your environment * Xcode version: 9.4.1 * Toolbar version: 0.4.0 ### [REQUIRED] Step 3: Describe the problem I wan't to be able to have a...
wkwebview works great! Huge performance improvement on iOS compared to the UIWebView. I'm using firebase inside my app and social login to log the users in with their gmail account....
Seems like there is a problem with `dontBreakRows: true` when enabled it causes issues if text inside the table contains a lot of `\n`separators. Here is a playground snippet that...