mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
remove useless variable
This commit is contained in:
@@ -29,8 +29,7 @@ class CallService : InCallService() {
|
||||
|
||||
override fun onCallAdded(call: Call) {
|
||||
super.onCallAdded(call)
|
||||
val isInteractive = powerManager.isInteractive
|
||||
if (!isInteractive) {
|
||||
if (!powerManager.isInteractive) {
|
||||
startActivity(CallActivity.getStartIntent(this))
|
||||
}
|
||||
CallManager.call = call
|
||||
|
Reference in New Issue
Block a user