We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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打的包,主页面——发现页为空白,第二次启动APP就会有了
The text was updated successfully, but these errors were encountered:
在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()); }
Sorry, something went wrong.
will be fix in next version
It's has been fixed .Thanks a lot.
No branches or pull requests
首次运行该demo打的包,主页面——发现页为空白,第二次启动APP就会有了
The text was updated successfully, but these errors were encountered: