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()
|
super.onStart()
|
||||||
if (mHelper == null) {
|
if (mHelper == null) {
|
||||||
mHelper = PanelSwitchHelper.Builder(this)
|
mHelper = PanelSwitchHelper.Builder(this)
|
||||||
.logTrack(true)
|
.build(true)
|
||||||
.build(false)
|
|
||||||
|
|
||||||
if (appPreferences.postOrReplyWarning) {
|
if (appPreferences.postOrReplyWarning) {
|
||||||
showDialog {
|
showDialog {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue