mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Ensure owned call links are revoked on delete.
This commit is contained in:
committed by
Cody Henthorne
parent
03a212eee4
commit
290b0fe46f
@@ -14,6 +14,14 @@ import org.thoughtcrime.securesms.R
|
||||
*/
|
||||
class ProgressCardDialogFragment : DialogFragment(R.layout.progress_card_dialog) {
|
||||
|
||||
companion object {
|
||||
fun create(title: String): ProgressCardDialogFragment {
|
||||
return ProgressCardDialogFragment().apply {
|
||||
arguments = ProgressCardDialogFragmentArgs.Builder(title).build().toBundle()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private val args: ProgressCardDialogFragmentArgs by navArgs()
|
||||
|
||||
override fun onCreateDialog(savedInstanceState: Bundle?): Dialog {
|
||||
|
||||
Reference in New Issue
Block a user