Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

fix 查词时,输入框下面应该会显示查词中的bug #1

Merged
merged 1 commit into from
Mar 4, 2016
Merged

fix 查词时,输入框下面应该会显示查词中的bug #1

merged 1 commit into from
Mar 4, 2016

Conversation

leizhiyuan
Copy link
Collaborator

这个bug的原因是在执行了

mView.onPrepareTranslate();

之后,马上被

.doOnSubscribe(new Action0() {
                    @Override
                    public void call() {
                        mView.onClearResultViews();
                    }
                })

这里清除掉,实际上,应该在从网络解析结果完成后,再清理这个查词中的控件.这样.就能保证先显示查词中,网络返回结果后,再显示查词结果.

maoruibin added a commit that referenced this pull request Mar 4, 2016
fix 查词时,输入框下面应该会显示查词中的bug
@maoruibin maoruibin merged commit a5fa76e into maoruibin:master Mar 4, 2016
maoruibin pushed a commit that referenced this pull request Dec 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants