Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Fix issue on incoming call screen when "Do not disturb mode" is active (#2417) #2428

Merged
merged 2 commits into from
Jul 13, 2018

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Jul 13, 2018

@bmarty bmarty requested a review from ganfra July 13, 2018 09:24
@@ -538,6 +538,8 @@ public void onHangUp(String hangUpMsg) {
private void startRinging() {
if (NotificationUtils.INSTANCE.isDoNotDisturbModeOn(mContext)) {
Log.w(LOG_TAG, "Do not ring because DO NOT DISTURB MODE is on");
mCallSoundsManager.startRingingSilently();

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the extra line break here?

@bmarty bmarty merged commit 3ee7d8e into develop Jul 13, 2018
@bmarty bmarty deleted the feature/ring branch July 13, 2018 10:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants