This commit is contained in:
Benoit Marty 2024-05-03 09:34:54 +02:00
parent 181742b251
commit 4dfec7ac55

View file

@ -84,7 +84,8 @@ class ElementCallActivity : NodeComponentActivity(), CallScreenNavigator {
val options = ActivityOptionsCompat.makeCustomAnimation(activity, 0, 0)
activity.startActivity(callIntent, options.toBundle())
true
}.orFalse()
}
.orFalse()
}
}