mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 08:55:54 +03:00
remove comment
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
b822eb8417
commit
052dc588aa
1 changed files with 0 additions and 7 deletions
|
@ -309,13 +309,6 @@ class MainActivity : BaseActivity(), ActionBarProvider {
|
||||||
handleActionFromContact(intent)
|
handleActionFromContact(intent)
|
||||||
if (intent.hasExtra(BundleKeys.KEY_FROM_NOTIFICATION_START_CALL)) {
|
if (intent.hasExtra(BundleKeys.KEY_FROM_NOTIFICATION_START_CALL)) {
|
||||||
if (intent.getBooleanExtra(BundleKeys.KEY_FROM_NOTIFICATION_START_CALL, false)) {
|
if (intent.getBooleanExtra(BundleKeys.KEY_FROM_NOTIFICATION_START_CALL, false)) {
|
||||||
|
|
||||||
// router!!.pushController(
|
|
||||||
// RouterTransaction.with(CallNotificationController(intent.extras))
|
|
||||||
// .pushChangeHandler(HorizontalChangeHandler())
|
|
||||||
// .popChangeHandler(HorizontalChangeHandler())
|
|
||||||
// )
|
|
||||||
|
|
||||||
val callNotificationIntent = Intent(this, CallNotificationActivity::class.java)
|
val callNotificationIntent = Intent(this, CallNotificationActivity::class.java)
|
||||||
intent.extras?.let { callNotificationIntent.putExtras(it) }
|
intent.extras?.let { callNotificationIntent.putExtras(it) }
|
||||||
startActivity(callNotificationIntent)
|
startActivity(callNotificationIntent)
|
||||||
|
|
Loading…
Reference in a new issue