This commit is contained in:
Benoit Marty
2024-05-03 09:34:54 +02:00
parent 1aa61c0048
commit 0d294ff171

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()
}
}