Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/217.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 将uk.co.chrisjenx:书法更新为io.github.inflationx:calligraphy3:_Android_Calligraphy - Fatal编程技术网

Android 将uk.co.chrisjenx:书法更新为io.github.inflationx:calligraphy3:

Android 将uk.co.chrisjenx:书法更新为io.github.inflationx:calligraphy3:,android,calligraphy,Android,Calligraphy,我在uk.co.chrisjenx:书法:2.3.0。更新到io.github.inflationx:calligraphy3:3.1.1后,我找不到CalligraphyContextWrapper类,代码如下: protected void attachBaseContext(final Context newBase) { super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase)); }

我在uk.co.chrisjenx:书法:2.3.0。更新到io.github.inflationx:calligraphy3:3.1.1后,我找不到CalligraphyContextWrapper类,代码如下:

    protected void attachBaseContext(final Context newBase) {
        super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
    }
我怎样才能解决这个问题?
谢谢大家!

我需要使用ViewPumpContextWrapper.wrap而不是CalligraphyContextWrapper.wrap。 ViewPumpContextWrapper可以在io.github.inflationx:viewpump:2.0.3库中找到