mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 01:07:47 +00:00
parent
609e69a801
commit
7316f17674
@ -95,7 +95,10 @@ public class ApnDatabase {
|
|||||||
final String apn)
|
final String apn)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (mccmnc == null) throw new InvalidParameterException("mccmnc must not be null");
|
if (mccmnc == null) {
|
||||||
|
Log.w(TAG, "mccmnc was null, returning null");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
Cursor cursor = null;
|
Cursor cursor = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user