Make sure to return network type after conversion

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

Change-Id: I7fd338717be98a055cbaed66d1b15417da27a3d8
This commit is contained in:
Sooraj Sasindran
2015-04-06 12:16:58 -07:00
committed by Robert Greenwalt
parent b36d2a6111
commit 4f18c60f48

View File

@ -253,7 +253,7 @@ public class RadioAccessFamily implements Parcelable {
break;
}
return raf;
return type;
}
}