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

Commit feee99e5 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

Change-Id: I17375b97d6c695f810ea23d6682bb598c5a55b35
parents 6964f581 6cc4c0c0
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();
        }
    }