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

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

Merge "Add simple comment for maintenance" am: b8b09a62 am: 2908cad3 am:...

Merge "Add simple comment for maintenance" am: b8b09a62 am: 2908cad3 am: 9c0a7061 am: 2d5d1099

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

Change-Id: I48ed6a8a76df60dc613cb76bb3a1ef8aa70718d0
parents 26404fa6 2d5d1099
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);