Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

首次运行该demo打的包,主页面——发现页为空白 #60

Open
krisxinxin opened this issue Sep 4, 2019 · 3 comments
Open

Comments

@krisxinxin
Copy link

首次运行该demo打的包,主页面——发现页为空白,第二次启动APP就会有了

@froyomu
Copy link
Contributor

froyomu commented Sep 6, 2019

首次运行该demo打的包,主页面——发现页为空白,第二次启动APP就会有了

在TabMainActivity的initViewPager()方法 添加!GlobalConfigManager.isStartalkPlat() 条件,like this
if (!GlobalConfigManager.isStartalkPlat() && ("ejabhost1".equals(QtalkNavicationService.getInstance().getXmppdomain())
|| "ejabhost2".equals(QtalkNavicationService.getInstance().getXmppdomain()))) {
mFragments.add(getDiscoverFragment());

    } else {
        mFragments.add(ReflectUtil.getRNFoundFragment());
    }

@froyomu
Copy link
Contributor

froyomu commented Sep 6, 2019

will be fix in next version

@krisxinxin
Copy link
Author

It's has been fixed .Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants