Wifi p2p fix?

Bug: 27431029
Change-Id: Ic9661dbb75d633d4b6e778cde796785aa33c04e0
This commit is contained in:
Jason Monk
2016-03-01 15:27:38 -05:00
parent a8b0366a02
commit 6af0b9db4c

View File

@@ -28,12 +28,7 @@ public class WifiP2pPersistentGroup extends Preference {
public WifiP2pPersistentGroup(Context context, WifiP2pGroup group) { public WifiP2pPersistentGroup(Context context, WifiP2pGroup group) {
super(context); super(context);
mGroup = group; mGroup = group;
}
@Override
public void onBindViewHolder(PreferenceViewHolder view) {
setTitle(mGroup.getNetworkName()); setTitle(mGroup.getNetworkName());
super.onBindViewHolder(view);
} }
int getNetworkId() { int getNetworkId() {