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

Commit 4844cd87 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Update vpn icon from setting gear to vpn key." into oc-dev am: 74327fa4

am: 403a4ee1

Change-Id: I29538740df4794e0b427f31bc62a4380e40686f3
parents 02f99d30 403a4ee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public class LegacyVpnPreference extends ManageablePreference {

    LegacyVpnPreference(Context context) {
        super(context, null /* attrs */);
        setIcon(R.drawable.ic_settings_24dp);
        setIcon(R.drawable.ic_vpn_key);
    }

    public VpnProfile getProfile() {