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

Commit c5b79d99 authored by Evan Laird's avatar Evan Laird
Browse files

Add content description to VPN

Went missing oops

Test: turn on talkback
Change-Id: I600fe74900f65d6f6941d7b45390ea8bf92acf24
Fixes: 117795996
parent bd70ed4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -101,7 +101,8 @@ public class StatusBarSignalPolicy implements NetworkControllerImpl.SignalCallba
        boolean vpnVisible = mSecurityController.isVpnEnabled();
        int vpnIconId = currentVpnIconId(mSecurityController.isVpnBranded());

        mIconController.setIcon(mSlotVpn, vpnIconId, null);
        mIconController.setIcon(mSlotVpn, vpnIconId,
                mContext.getResources().getString(R.string.accessibility_vpn_on));
        mIconController.setIconVisibility(mSlotVpn, vpnVisible);
    }