[Modify]修復公會消息bug
This commit is contained in:
@@ -966,6 +966,7 @@ public class MessageListPanelEx {
|
||||
messageListView.post(() -> {
|
||||
RecyclerView.LayoutManager layoutManager = messageListView.getLayoutManager();
|
||||
if (layoutManager != null) {
|
||||
try {
|
||||
View view = layoutManager.findViewByPosition(index);
|
||||
RelativeLayout relativeLayout = (RelativeLayout) view; //获取布局中任意控件对象
|
||||
FrameLayout frameLayout = null;
|
||||
@@ -982,6 +983,9 @@ public class MessageListPanelEx {
|
||||
|
||||
isShowAnim = true;
|
||||
}
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user