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

Commit 192d379a authored by Zoey Chen's avatar Zoey Chen
Browse files

[Panlingual] Only set description for STS and TB in remove mode

Bug: 301715723
Test: manual
Change-Id: I09403830cad362b4f839645f645cf620e33047fa
parent 1742fa2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -192,6 +192,9 @@ class LocaleDragAndDropAdapter
    @VisibleForTesting
    protected void setCheckBoxDescription(LocaleDragCell dragCell, CheckBox checkbox,
            boolean isChecked) {
        if (!mRemoveMode) {
            return;
        }
        CharSequence checkedStatus = mContext.getText(
                isChecked ? com.android.internal.R.string.checked
                        : com.android.internal.R.string.not_checked);