Эх сурвалжийг харах

remove comment

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 жил өмнө
parent
commit
052dc588aa

+ 0 - 7
app/src/main/java/com/nextcloud/talk/activities/MainActivity.kt

@@ -309,13 +309,6 @@ class MainActivity : BaseActivity(), ActionBarProvider {
         handleActionFromContact(intent)
         if (intent.hasExtra(BundleKeys.KEY_FROM_NOTIFICATION_START_CALL)) {
             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)
                 intent.extras?.let { callNotificationIntent.putExtras(it) }
                 startActivity(callNotificationIntent)