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

Commit 258ecb55 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Return 0 instead of throwing RuntimeException from getSmsCapacityOnIcc"

parents 4a475325 c2f06b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2127,7 +2127,7 @@ public final class SmsManager {
                ret = iccISms.getSmsCapacityOnIccForSubscriber(getSubscriptionId());
            }
        } catch (RemoteException ex) {
            throw new RuntimeException(ex);
            Log.e(TAG, "getSmsCapacityOnIcc() RemoteException", ex);
        }
        return ret;
    }