Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash in android P #34

Open
surbiks opened this issue Jun 12, 2019 · 1 comment
Open

crash in android P #34

surbiks opened this issue Jun 12, 2019 · 1 comment

Comments

@surbiks
Copy link

surbiks commented Jun 12, 2019

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();
@anileger
Copy link

Same issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants