Merge "Wifi p2p fix?" into nyc-dev
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user