Flashbar icon indicating copy to clipboard operation
Flashbar copied to clipboard

crash in android P

Open surbiks opened this issue 5 years ago • 1 comments

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();

surbiks avatar Jun 12 '19 08:06 surbiks

Same issue here

anileger avatar Jan 15 '20 19:01 anileger