mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Fix spelling error.
This commit is contained in:
committed by
Cody Henthorne
parent
5903551cdb
commit
ac9f6c0b4a
@@ -370,7 +370,7 @@ private interface ContentCallbacks {
|
||||
fun onDisplayProgressDialog() = Unit
|
||||
fun onDisplayDownloadingBackupDialog() = Unit
|
||||
|
||||
object Emtpy : ContentCallbacks
|
||||
object Empty : ContentCallbacks
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalMaterial3Api::class)
|
||||
@@ -1679,7 +1679,7 @@ private fun RemoteBackupsSettingsContentPreview() {
|
||||
backupsFrequency = BackupFrequency.MANUAL,
|
||||
requestedDialog = RemoteBackupsSettingsState.Dialog.NONE,
|
||||
requestedSnackbar = RemoteBackupsSettingsState.Snackbar.NONE,
|
||||
contentCallbacks = ContentCallbacks.Emtpy,
|
||||
contentCallbacks = ContentCallbacks.Empty,
|
||||
backupProgress = null,
|
||||
backupMediaSize = 2300000,
|
||||
backupState = RemoteBackupsSettingsState.BackupState.ActiveFree(
|
||||
@@ -1996,7 +1996,7 @@ private fun BackupDeletionCardPreview() {
|
||||
bytesTotal = 3.gibiBytes
|
||||
)
|
||||
),
|
||||
contentCallbacks = ContentCallbacks.Emtpy,
|
||||
contentCallbacks = ContentCallbacks.Empty,
|
||||
canRestoreUsingCellular = true
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user