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

Commit a3b9a224 authored by Vinit Deshpande's avatar Vinit Deshpande Committed by Android (Google) Code Review
Browse files

Merge "fix null pointer crash" into mnc-dev

parents c9be9f4d 20903b39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1057,7 +1057,7 @@ public class WifiManager {
            }
            synchronized(this) {
                record = mService.reportActivityInfo();
                if (record.isValid()) {
                if (record != null && record.isValid()) {
                    return record;
                } else {
                    return null;