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

Commit f6db0ce6 authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Robert Greenwalt
Browse files

DO NOT MERGE - Make sure to return network type after conversion

After converting raf to type, make sure to return
network type

Change-Id: Ifb8bf33b852323b1a9b6febf3a87d1c1bc1082f7
parent 8407f289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ public class RadioAccessFamily implements Parcelable {
                break;
        }

        return raf;
        return type;
    }
}