Flashbar
Flashbar copied to clipboard
crash in android P
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();
Same issue here