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

Commit 983faeed authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE" into jb-mr1-dev

parents 3377b404 939caef7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1983,7 +1983,9 @@ public class WifiManager {

    protected void finalize() throws Throwable {
        try {
            if (mHandler != null && mHandler.getLooper() != null) {
                mHandler.getLooper().quit();
            }
        } finally {
            super.finalize();
        }