mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
fixing some spaces
This commit is contained in:
@ -17,7 +17,7 @@ class CallService : InCallService() {
|
||||
callNotificationManager.setupNotification()
|
||||
if (state == Call.STATE_ACTIVE) {
|
||||
callDurationHelper.start()
|
||||
}else if (state == Call.STATE_DISCONNECTED || state == Call.STATE_DISCONNECTING) {
|
||||
} else if (state == Call.STATE_DISCONNECTED || state == Call.STATE_DISCONNECTING) {
|
||||
callDurationHelper.cancel()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user