removing a space

This commit is contained in:
Tibor Kaputa
2021-09-22 23:23:35 +02:00
committed by GitHub
parent 865cf4b8ae
commit 32e184dd67

View File

@ -44,7 +44,7 @@ class CallActivity : SimpleActivity() {
private var proximityWakeLock: PowerManager.WakeLock? = null
private var callDuration = 0
private val callContactAvatarHelper by lazy { CallContactAvatarHelper(this) }
private val callDurationHelper by lazy { (application as App).callDurationHelper }
private val callDurationHelper by lazy { (application as App).callDurationHelper }
override fun onCreate(savedInstanceState: Bundle?) {
supportActionBar?.hide()