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

Commit a31ef445 authored by sqian's avatar sqian
Browse files

Call e.rethrowFromSystemServer() to exception of setDefaultSmsSubId

Test: Treehugger
Bug: 123927534
Change-Id: Ica15965cb904b758e078b8439e5e9d3f39b9c0a2
Merged-In: Ica15965cb904b758e078b8439e5e9d3f39b9c0a2
(cherry picked from commit 04e94fcb)
parent b8493ac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1863,7 +1863,7 @@ public class SubscriptionManager {
                iSub.setDefaultSmsSubId(subscriptionId);
                iSub.setDefaultSmsSubId(subscriptionId);
            }
            }
        } catch (RemoteException ex) {
        } catch (RemoteException ex) {
            // ignore it
            ex.rethrowFromSystemServer();
        }
        }
    }
    }