Commit f9935834 by 霍志良

fix:BUG修复

parent 6facdd88
...@@ -11,7 +11,7 @@ ext { ...@@ -11,7 +11,7 @@ ext {
"m-user" : "0.0.62.04", "m-user" : "0.0.62.04",
"m-home" : "0.0.23.44", "m-home" : "0.0.23.44",
"m-im" : "0.0.21.33", "m-im" : "0.0.21.33",
"m-dynamic" : "0.0.7.42", "m-dynamic" : "0.0.7.43",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
"m-muse" : "0.0.28.28", "m-muse" : "0.0.28.28",
...@@ -97,7 +97,7 @@ ext { ...@@ -97,7 +97,7 @@ ext {
"m-user" : "0.0.62.04", "m-user" : "0.0.62.04",
"m-home" : "0.0.23.41", "m-home" : "0.0.23.41",
"m-im" : "0.0.21.33", "m-im" : "0.0.21.33",
"m-dynamic" : "0.0.7.42", "m-dynamic" : "0.0.7.43",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
"m-muse" : "0.0.28.28", "m-muse" : "0.0.28.28",
......
...@@ -1080,7 +1080,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie ...@@ -1080,7 +1080,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
// 隐藏表情布局 // 隐藏表情布局
@SuppressLint("WrongConstant") @SuppressLint("WrongConstant")
public void hideEmojiLayout() { public void hideEmojiLayout() {
if (uiHandler!=null){
uiHandler.removeCallbacks(showEmojiRunnable); uiHandler.removeCallbacks(showEmojiRunnable);
}
if (emoticon_picker_view != null) { if (emoticon_picker_view != null) {
emoticon_picker_view.setVisibility(View.GONE); emoticon_picker_view.setVisibility(View.GONE);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment