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
因为现在是跳到所有图片选择界面后,点返回键返回到相册选择界面,再点一次返回才能返回到应用。 或者跳转到相册选择界面就可以了,用户自己选着相册后再选择图片,相册界面点击返回直接返回应用, 不要点两次返回才返回应用
The text was updated successfully, but these errors were encountered:
@fengjuan 仿照GalleryActivity自定义Activity, 将以下代码 <=1 改为<= 2
@Override public boolean needCloseLastFragment(ActionBarLayout layout) { if (layout.fragmentsStack.size() <= 2) { finish(); return false; } return true; }
Sorry, something went wrong.
No branches or pull requests
因为现在是跳到所有图片选择界面后,点返回键返回到相册选择界面,再点一次返回才能返回到应用。
或者跳转到相册选择界面就可以了,用户自己选着相册后再选择图片,相册界面点击返回直接返回应用,
不要点两次返回才返回应用
The text was updated successfully, but these errors were encountered: