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

Commit e77ed8d1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Avoid duplicate text on keyguard indication" into rvc-dev am:...

Merge "Merge "Avoid duplicate text on keyguard indication" into rvc-dev am: 7a6ee94d am: be9bf948 am: 3914d606" into rvc-qpr-dev-plus-aosp am: 96792ed3

Change-Id: I9e1af528414e0cb6b1c05f5ea4aa6fbdd00fcd0e
parents 338d2958 96792ed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ public class KeyguardIndicationController implements StateListener,
                mTextView.switchIndication(com.android.internal.R.string.lockscreen_storage_locked);
                mTextView.setTextColor(mInitialTextColorState);
            } else if (!TextUtils.isEmpty(mTransientIndication)) {
                if (powerIndication != null) {
                if (powerIndication != null && !mTransientIndication.equals(powerIndication)) {
                    String indication = mContext.getResources().getString(
                            R.string.keyguard_indication_trust_unlocked_plugged_in,
                            mTransientIndication, powerIndication);