Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx Messenger Android
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
android
xx Messenger Android
Commits
ee790dfd
Commit
ee790dfd
authored
Nov 28, 2022
by
Kamal Bramwell
Browse files
Options
Downloads
Patches
Plain Diff
Fixed bug preventing facts registration during onboarding
parent
7d3c7581
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/io/xxlabs/messenger/backup/bindings/BindingsBackupHandler.kt
+1
-4
1 addition, 4 deletions
...xxlabs/messenger/backup/bindings/BindingsBackupHandler.kt
with
1 addition
and
4 deletions
app/src/main/java/io/xxlabs/messenger/backup/bindings/BindingsBackupHandler.kt
+
1
−
4
View file @
ee790dfd
package
io.xxlabs.messenger.backup.bindings
import
bindings.Backup
import
bindings.Bindings
import
bindings.UpdateBackupFunc
import
io.xxlabs.messenger.backup.data.restore.ExtrasJson
import
io.xxlabs.messenger.bindings.wrapper.contact.ContactWrapperBase
...
...
@@ -51,7 +50,6 @@ class BindingsBackupHandler(private val preferences: PreferencesRepository) {
}
fun
initializeBackup
(
backupPassword
:
String
)
{
TODO
()
// backup = Bindings.initializeBackup(
// backupPassword,
// BackupCallback(backupTaskCallback),
...
...
@@ -61,7 +59,6 @@ class BindingsBackupHandler(private val preferences: PreferencesRepository) {
}
fun
initializeBackupDuringRestore
(
backupPassword
:
String
?
=
""
)
{
TODO
()
// backup = Bindings.initializeBackup(
// backupPassword,
// BackupCallback(backupTaskCallback),
...
...
@@ -96,7 +93,7 @@ class BindingsBackupHandler(private val preferences: PreferencesRepository) {
}
private
fun
getEnabledBackup
():
Backup
?
{
TODO
()
return
null
// return backup ?: try {
// Bindings.resumeBackup(BackupCallback(backupTaskCallback), client)
// } catch (e: Exception) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment