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

Commit 62dfc300 authored by Fan Zhang's avatar Fan Zhang
Browse files

Update vpn icon from setting gear to vpn key.

Change-Id: Ic135d5e28a0547e949c8170f985e4de26e05ad51
Fix: 37781101
Test: visual
parent 0ee4e7df
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() {