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

Commit 04e94fcb authored by sqian's avatar sqian
Browse files

Call e.rethrowFromSystemServer() to exception of setDefaultSmsSubId

Test: Treehugger
Bug: 123927534
Change-Id: Ica15965cb904b758e078b8439e5e9d3f39b9c0a2
parent 0528cd9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1859,7 +1859,7 @@ public class SubscriptionManager {
                iSub.setDefaultSmsSubId(subscriptionId);
            }
        } catch (RemoteException ex) {
            // ignore it
            ex.rethrowFromSystemServer();
        }
    }