chrisjenx / Calligraphy

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

i java.lang.StackOverflowError: stack size 8MB #469

Closed iwebnetid closed 5 years ago

iwebnetid commented 5 years ago

i got java.lang.StackOverflowError: stack size 8MB for

@Override
    protected void attachBaseContext(Context newBase) {
        attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
    }
chrisjenx commented 5 years ago

Look a bit closer at the example, you could also just copy it verbatim. Hint super