commit | 6c9b9f41d6bcbb03d2450c9b6260114a03ef8e15 | [log] [tgz] |
---|---|---|
author | Bonian Chen <bonianchen@google.com> | Thu Nov 21 02:56:12 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 21 02:56:12 2019 +0000 |
tree | f6ea2f17f400d96fe3c5c651710284d06ec2a5fb | |
parent | 76632c01fd8bc8803dbe8d7830f2a5bbd46ac6bd [diff] | |
parent | 4a1dbccac6c18ac749bd0a75f5194540b7d7e001 [diff] |
Merge "[Settings] Fix robotest build breakage"
diff --git a/src/com/android/settings/wifi/tether/WifiTetherSoftApManager.java b/src/com/android/settings/wifi/tether/WifiTetherSoftApManager.java index 3de5869..2db037f 100644 --- a/src/com/android/settings/wifi/tether/WifiTetherSoftApManager.java +++ b/src/com/android/settings/wifi/tether/WifiTetherSoftApManager.java
@@ -36,7 +36,7 @@ } public void registerSoftApCallback() { - mWifiManager.registerSoftApCallback(mSoftApCallback, new HandlerExecutor(mHandler)); + mWifiManager.registerSoftApCallback(new HandlerExecutor(mHandler), mSoftApCallback); } public void unRegisterSoftApCallback() {