Jacksgong / JKeyboardPanelSwitch

For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)
Apache License 2.0
4.19k stars 684 forks source link

使用KPSwitchRootLinearLayout时出错. BridgeContext cannot be cast to android.app.Activity #69

Closed RanKKI closed 6 years ago

RanKKI commented 7 years ago

java.lang.ClassCastException: com.android.layoutlib.bridge.android.BridgeContext cannot be cast to android.app.Activity    at cn.dreamtobe.kpswitch.handler.KPSwitchRootLayoutHandler.(KPSwitchRootLayoutHandler.java:50)    at cn.dreamtobe.kpswitch.widget.KPSwitchRootLinearLayout.init(KPSwitchRootLinearLayout.java:68)    at cn.dreamtobe.kpswitch.widget.KPSwitchRootLinearLayout.(KPSwitchRootLinearLayout.java:52)    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)    at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727)    at android.view.LayoutInflater.inflate(LayoutInflater.java:495)    at android.view.LayoutInflater.inflate(LayoutInflater.java:397)