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

Commit 34bca0fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Panlingual] Only set description for STS and TB in remove mode" into main

parents 96718215 192d379a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -194,6 +194,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);