mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 20:11:58 +00:00
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user