mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Wrap dialog content in a scroll view.
This commit is contained in:
committed by
Greyson Parrelli
parent
1d0582867b
commit
99d2a0c0b6
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user