mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Fix crash when toggling stories.
This commit is contained in:
@@ -15,7 +15,7 @@ import org.thoughtcrime.securesms.R
|
||||
class ProgressCardDialogFragment : DialogFragment(R.layout.progress_card_dialog) {
|
||||
|
||||
companion object {
|
||||
fun create(title: String): ProgressCardDialogFragment {
|
||||
fun create(title: String? = null): ProgressCardDialogFragment {
|
||||
return ProgressCardDialogFragment().apply {
|
||||
arguments = ProgressCardDialogFragmentArgs.Builder(title).build().toBundle()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user