Dinuka Jay

Results 6 issues of Dinuka Jay

To support accessibility features, I want to implement a 'TalkBack' for my menus. In a native implementation, I can add the `contentDescription` to the menu items. How can I do...

Some changes made to the library's SuggestionsAdapter such as this: ``` //changing the suggestions list to protected protected List suggestions = new ArrayList(); ``` ..were not included in the latest...

Although it works in Activities, the same implementation doesn't work in Fragments. Is this a known issue or is there a way to make it work? Thanks!

Originally posted here: #2206 and #3141 and it was mentioned that the fix is included in 2.0.0 Still happens in 2.0.0. Markup: ``` ... const toolbarOptions = [ ['bold', 'italic',...

Getting this error in the XML Layout and app crashes with the exception on start: ``` java.lang.IllegalStateException: Underflow in restore - more restores than saves at android.graphics.Canvas.restore(Canvas.java:679) at com.jem.concentriconboarding.layout.ConcentricOnboardingLinearLayout.dispatchDraw(ConcentricOnboardingLinearLayout.kt:87) at...

The library retrieves the barcode number but immediately crashes with this error: ``` java.lang.RuntimeException: Unable to destroy activity {com.test.testapp/com.ivan200.photobarcodelib.PhotoBarcodeActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Thread$State java.lang.Thread.getState()' on a null...