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

Commit f3d7a41d authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Call e.rethrowFromSystemServer() to exception of setDefaultSmsSubId" am: 6cc4c0c0

am: feee99e5

Change-Id: Ib3fb3ef69b98879badb26a02570e2089aee2df12
parents fe428887 feee99e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1863,7 +1863,7 @@ public class SubscriptionManager {
                iSub.setDefaultSmsSubId(subscriptionId);
            }
        } catch (RemoteException ex) {
            // ignore it
            ex.rethrowFromSystemServer();
        }
    }