InflationX / Calligraphy

Custom fonts in Android the easy way...
Apache License 2.0
1.09k stars 83 forks source link

crash on android Q #34

Closed ghost1372 closed 5 years ago

ghost1372 commented 5 years ago

hi calligraphy crash on android Q please check it this part of code make crash

 @Override
    protected void attachBaseContext(Context newBase) {
        super.attachBaseContext(ViewPumpContextWrapper.wrap(newBase));
    }
jbarr21 commented 5 years ago

Dupe of #33

ghost1372 commented 5 years ago

@jbarr21 so, is there any way to fix this?