Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 770cb006 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Wifi p2p fix?" into nyc-dev

parents 2753f887 6af0b9db
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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() {