mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
removing a space
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user