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

Commit 3264ca90 authored by Taesu Lee's avatar Taesu Lee
Browse files

Add simple comment for maintenance



Test: build

Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
Change-Id: Id6243c04e5e907ed9c8a2b8609ce2ee0599b9824
parent 97083863
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);