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

Commit 59f5a5ec authored by Shuo Qian's avatar Shuo Qian Committed by Android (Google) Code Review
Browse files

Merge "Call e.rethrowFromSystemServer() to exception of setDefaultSmsSubId"

parents f5f42d4f 04e94fcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1864,7 +1864,7 @@ public class SubscriptionManager {
                iSub.setDefaultSmsSubId(subscriptionId);
            }
        } catch (RemoteException ex) {
            // ignore it
            ex.rethrowFromSystemServer();
        }
    }