kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
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;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue