Merge "Wifi p2p fix?" into nyc-dev

am: 770cb0069e

* commit '770cb0069e2fd1a8a556c8df495fd5b1b7d0236b':
  Wifi p2p fix?
This commit is contained in:
Jason Monk
2016-03-01 23:29:58 +00:00
committed by android-build-merger

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() {