dimskom

Results 4 comments of dimskom

I think the only problem with Action bar menu items is in the "com.android.internal.view.menu.ActionMenuItemView" class as toolbar works. My solution is (bit on the ugly side) in the CalligraphyFactory class...

My solution worked nicely, maybe you can build on it for your next version. Great project !

here is more efficient and robust solution (sorry about the method, member names) CalligraphyFactory.java ``` private static final String[] msSpecialClassesNames = new String[]{"com.android.internal.view.menu.ActionMenuItemView"}; private static HashMap aClass = null; for...

We have the same issue using the Azure pipeline using 3.5.1 version. It fails randomly. @vpuonti Did you find any solution? java.lang.NullPointerException: Attempt to read from field 'int androidx.test.espresso.base.UiControllerImpl$MainThreadInterrogation.execCount' on...