Carson Holzheimer

Results 6 issues of Carson Holzheimer

1.Set ```.displayYears(true)``` 2. pick a year. 3. Click OK. Expected: Year is year picked Actual: Year remains current year

Steps to reproduce: 1. Build the dialog instance with these settings ``` .displayHours(true) .displayMinutes(true) .displayAmPm(false) .defaultDate(/* a date with a time of 22:00 */) ``` Expected: dialog shows with time...

Typing this in the Evaluate Expression window in the debugger in Android studio `aRealmObject.someRealmList.first()` throws a NoSuchElementException: List is empty, when the realm list really isn't empty. Android Studio Bumblebee...

O-Community

Steps to reproduce. 1. Request storage permission 2. Decline 3. Request storage permission again ACTUAL: Request is instantly declined EXPECTED: Request dialog should show Using Android 9.0 Samsung Note9 Kotlin...

Hi I'm interested in this project. I would like to know if you are using this at your work, or if this is just experimental? I like the idea of...

```groovy java.lang.RuntimeException: Failure delivering result ResultInfo{who=@android:requestPermissions:, request=196688, result=-1, data=Intent { act=android.content.pm.action.REQUEST_PERMISSIONS (has extras) }} to activity {....application.MainActivity}: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.app.ActivityThread.deliverResults(ActivityThread.java:4588) at android.app.ActivityThread.handleSendResult(ActivityThread.java:4630) at...

bug