diff --git a/app/src/main/java/org/thoughtcrime/securesms/components/ProgressCardDialogFragment.kt b/app/src/main/java/org/thoughtcrime/securesms/components/ProgressCardDialogFragment.kt index 9e300fead7..6fdb8492b3 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/components/ProgressCardDialogFragment.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/components/ProgressCardDialogFragment.kt @@ -14,7 +14,9 @@ import org.thoughtcrime.securesms.R /** * Displays a small progress spinner in a card view, as a non-cancellable dialog fragment. */ -class ProgressCardDialogFragment @Discouraged("Use create() instead.") constructor() : DialogFragment(R.layout.progress_card_dialog) { +class ProgressCardDialogFragment +@Discouraged("Use create() instead.") +constructor() : DialogFragment(R.layout.progress_card_dialog) { companion object { @SuppressLint("DiscouragedApi") diff --git a/app/src/main/res/layout/backup_enable_dialog.xml b/app/src/main/res/layout/backup_enable_dialog.xml index e25b0541d0..c3e3b8020f 100644 --- a/app/src/main/res/layout/backup_enable_dialog.xml +++ b/app/src/main/res/layout/backup_enable_dialog.xml @@ -1,95 +1,114 @@ - + - + - + - + - + - + - - + - + + - + - + - - - + - + + + - + + + + + + - - - \ No newline at end of file + \ No newline at end of file