Loading java/com/android/incallui/StatusBarNotifier.java +6 −2 Original line number Diff line number Diff line Loading @@ -455,7 +455,7 @@ public class StatusBarNotifier addVideoCallAction(builder); } else { addAnswerAction(builder); addSpeakeasyAnswerAction(builder); addSpeakeasyAnswerAction(builder, call); } } } Loading Loading @@ -874,7 +874,11 @@ public class StatusBarNotifier .build()); } private void addSpeakeasyAnswerAction(Notification.Builder builder) { private void addSpeakeasyAnswerAction(Notification.Builder builder, DialerCall call) { if (!call.isSpeakEasyEligible()) { return; } if (!ConfigProviderComponent.get(context) .getConfigProvider() .getBoolean("enable_speakeasy_notification_button", false)) { Loading Loading
java/com/android/incallui/StatusBarNotifier.java +6 −2 Original line number Diff line number Diff line Loading @@ -455,7 +455,7 @@ public class StatusBarNotifier addVideoCallAction(builder); } else { addAnswerAction(builder); addSpeakeasyAnswerAction(builder); addSpeakeasyAnswerAction(builder, call); } } } Loading Loading @@ -874,7 +874,11 @@ public class StatusBarNotifier .build()); } private void addSpeakeasyAnswerAction(Notification.Builder builder) { private void addSpeakeasyAnswerAction(Notification.Builder builder, DialerCall call) { if (!call.isSpeakEasyEligible()) { return; } if (!ConfigProviderComponent.get(context) .getConfigProvider() .getBoolean("enable_speakeasy_notification_button", false)) { Loading