Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2908cad3 authored by Amit Mahajan's avatar Amit Mahajan Committed by Automerger Merge Worker
Browse files

Merge "Add simple comment for maintenance" am: b8b09a62

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1772935

Change-Id: I9c8fae2aae95e96c80d9cfe2cc99285826670a55
parents f2950bea b8b09a62
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -180,6 +180,8 @@ public class ImsSmsDispatcher extends SMSDispatcher {
                        }
                        break;
                    case ImsSmsImplBase.SEND_STATUS_ERROR_FALLBACK:
                        // Skip MAX_SEND_RETRIES checking here. It allows CSFB after
                        // SEND_STATUS_ERROR_RETRY up to MAX_SEND_RETRIES even.
                        tracker.mRetryCount += 1;
                        mTrackers.remove(token);
                        fallbackToPstn(tracker);