修改皮肤库noop实现问题

This commit is contained in:
tongchenfei
2020-09-09 20:15:02 +08:00
parent 0eb83394f3
commit 69c9f83a1c
4 changed files with 6 additions and 5 deletions

View File

@@ -95,6 +95,7 @@ public abstract class MvpActivity< V extends IView, P extends Presenter< V > >
@NonNull
@Override
public AppCompatDelegate getDelegate() {
return MogoSkinManager.getInstance().getInstaller().getSkinAppCompatDelegate( this, this );
return MogoSkinManager.getInstance().getInstaller().getSkinAppCompatDelegate(this,
super.getDelegate(), this);
}
}