mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-21 22:27:29 +00:00
fix first-account crash due to backup?
This commit is contained in:
parent
65624f0b42
commit
ac4bb2e027
@ -10,9 +10,7 @@ import awais.instagrabber.utils.Utils.settingsHelper
|
||||
|
||||
class BarinstaBackupAgent : BackupAgent() {
|
||||
override fun onFullBackup(data: FullBackupDataOutput?) {
|
||||
if (data != null && settingsHelper.getBoolean(PreferenceKeys.PREF_AUTO_BACKUP_ENABLED)) {
|
||||
super.onFullBackup(data)
|
||||
}
|
||||
super.onFullBackup(if (settingsHelper.getBoolean(PreferenceKeys.PREF_AUTO_BACKUP_ENABLED)) data else null)
|
||||
}
|
||||
|
||||
// no key-value backups
|
||||
|
Loading…
Reference in New Issue
Block a user