Remove unused line

This commit is contained in:
chagai95 2022-04-14 14:55:43 +02:00 committed by GitHub
parent 9b7e94ebab
commit eb44a3ccb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,6 @@ class CallTransferActivity : VectorBaseActivity<ActivityCallTransferBinding>() {
}.attach()
setupToolbar(views.callTransferToolbar)
.allowBack()
views.callTransferToolbar.title = getString(R.string.call_transfer_title)
setupConnectAction()
}