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

Commit 03d273fa authored by James Mattis's avatar James Mattis Committed by Android (Google) Code Review
Browse files

Merge "Swap param order in registerSoftApCallback"

parents 31eb3645 33379b36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class WifiTetherSoftApManager {
    }

    public void registerSoftApCallback() {
        mWifiManager.registerSoftApCallback(mSoftApCallback, new HandlerExecutor(mHandler));
        mWifiManager.registerSoftApCallback(new HandlerExecutor(mHandler), mSoftApCallback);
    }

    public void unRegisterSoftApCallback() {