You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use simple example but have this error : E/TypefaceCompatApi21Impl: java.lang.NoSuchMethodException java.lang.NoSuchMethodException: addFontWeightStyle [class java.lang.String, int, boolean]
i think you use hide method and this not allow in android P
this is my example:
Flashbar flashbar = new Flashbar.Builder(this)
.message(R.string.str_start_sync)
.gravity(Flashbar.Gravity.BOTTOM)
.showProgress(Flashbar.ProgressPosition.LEFT)
.build();
flashbar.show();
The text was updated successfully, but these errors were encountered:
use simple example but have this error :
E/TypefaceCompatApi21Impl: java.lang.NoSuchMethodException java.lang.NoSuchMethodException: addFontWeightStyle [class java.lang.String, int, boolean]
i think you use hide method and this not allow in android P
this is my example:
The text was updated successfully, but these errors were encountered: