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

Commit f6dced1a authored by Wink Saville's avatar Wink Saville Committed by Gerrit Code Review
Browse files

Merge "Telephony: Fix issue in handling null alpha identifier"

parents a1915f28 81b046d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ abstract class ValueParser {
                    throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD);
                }
            } else {
                return CatService.STK_DEFAULT;
                return null;
            }
        } else {
            return CatService.STK_DEFAULT;