Merge "Wifi p2p fix?" into nyc-dev

This commit is contained in:
Jason Monk
2016-03-01 20:43:57 +00:00
committed by Android (Google) Code Review

View File

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