-
Notifications
You must be signed in to change notification settings - Fork 7
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
Restore rust crypto migration #1013
Conversation
81705e9
to
1a6deb8
Compare
1a6deb8
to
8bb8b86
Compare
scope.launch { | ||
Timber.v("Intercepting key request, try backup") | ||
/** | ||
* It's a bit hacky, check how this can be better integrated with rust? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yostyle is this a hack from us or from element android?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from element
@@ -227,7 +227,6 @@ class VectorPreferences @Inject constructor( | |||
private const val DID_ASK_TO_ENABLE_SESSION_PUSH = "DID_ASK_TO_ENABLE_SESSION_PUSH" | |||
|
|||
const val TCHAP_SETTINGS_HIDE_FROM_USERS_DIRECTORY_PREFERENCE_KEY = "TCHAP_SETTINGS_HIDE_FROM_USERS_DIRECTORY_PREFERENCE_KEY" | |||
const val TCHAP_SETTINGS_CHRISTMAS_PREFERENCE_KEY = "TCHAP_SETTINGS_CHRISTMAS_PREFERENCE_KEY" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should not be part of this PR, it messes with commit history and overall understanding
Type of change
Content
Motivation and context
the app crashes during rust crypto migration.
Screenshots / GIFs
Tests
Tested devices
Checklist