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

Commit 76632c01 authored by James Mattis's avatar James Mattis Committed by Gerrit Code Review
Browse files

Merge "Swap param order in registerSoftApCallback"

parents 60bd8164 def3e9f7
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() {