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 2 last menu item should be hidden by default but are always visible:
The code to hide them is here: https://github.com/vector-im/element-android/blob/develop/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt#L502
But debugging it is very weird.
We should probably just remove those menu item, but it can be useful for future work on init sync perf improvement...
The text was updated successfully, but these errors were encountered:
ouchadam
Successfully merging a pull request may close this issue.
The 2 last menu item should be hidden by default but are always visible:
The code to hide them is here:
https://github.com/vector-im/element-android/blob/develop/vector/src/main/java/im/vector/app/features/home/HomeActivity.kt#L502
But debugging it is very weird.
We should probably just remove those menu item, but it can be useful for future work on init sync perf improvement...
The text was updated successfully, but these errors were encountered: