细节优化
This commit is contained in:
@@ -390,6 +390,9 @@ class MeFragment : BaseFragment(), View.OnClickListener {
|
||||
mBinding.ivHeadWear.tag = effect
|
||||
}
|
||||
|
||||
} ?: run {
|
||||
mBinding.ivHeadWear.setImageResource(0)
|
||||
mBinding.ivHeadWear.tag = null
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -256,9 +256,7 @@ public class InputPanel implements IEmoticonSelectedListener, IAudioRecordCallba
|
||||
}
|
||||
|
||||
public boolean collapse(boolean immediately) {
|
||||
boolean respond = mHelper.isPanelState() || mHelper.isKeyboardState() || isKeyboardShowed;
|
||||
mHelper.resetState();
|
||||
return respond;
|
||||
return mHelper.hookSystemBackByPanelSwitcher();
|
||||
}
|
||||
|
||||
public void addAitTextWatcher(TextWatcher watcher) {
|
||||
|
Reference in New Issue
Block a user