pref: 回贴界面自动弹出输入法
This commit is contained in:
parent
41f033eec6
commit
1829f0689a
File diff suppressed because one or more lines are too long
|
|
@ -111,8 +111,7 @@ class ReplyActivity : BaseActivity(), View.OnClickListener,
|
|||
super.onStart()
|
||||
if (mHelper == null) {
|
||||
mHelper = PanelSwitchHelper.Builder(this)
|
||||
.logTrack(true)
|
||||
.build(false)
|
||||
.build(true)
|
||||
|
||||
if (appPreferences.postOrReplyWarning) {
|
||||
showDialog {
|
||||
|
|
|
|||
Loading…
Reference in New Issue