Merge "Move DhcpClient SM thread onto IpClient's SM thread"

This commit is contained in:
Treehugger Robot
2018-01-11 05:48:20 +00:00
committed by Gerrit Code Review

View File

@@ -224,7 +224,7 @@ public class DhcpClient extends StateMachine {
// TODO: Take an InterfaceParams instance instead of an interface name String.
private DhcpClient(Context context, StateMachine controller, String iface) {
super(TAG);
super(TAG, controller.getHandler());
mContext = context;
mController = controller;