|
|
@@ -37,7 +37,7 @@ public abstract class BasePresenter<V extends IView> extends ViewModel {
|
|
|
public V getCallbackView() {
|
|
|
mViewHandler.setView(getView());
|
|
|
return (V) Proxy.newProxyInstance(
|
|
|
- Looper.getMainLooper().getThread().getContextClassLoader(),
|
|
|
+ mViewHandler.getClazz().getClassLoader(),
|
|
|
mViewHandler.getClazz().getInterfaces(),
|
|
|
mViewHandler);
|
|
|
}
|