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

Commit 6d84a8dc authored by Walter Jang's avatar Walter Jang Committed by Android (Google) Code Review
Browse files

Merge "Update LabeledEditor text color when it becomes empty/non-empty (E11)"...

Merge "Update LabeledEditor text color when it becomes empty/non-empty (E11)" into ub-contactsdialer-a-dev
parents 12dec142 23942c04
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -378,6 +378,9 @@ public abstract class LabeledEditorView extends LinearLayout implements Editor,
                if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE);
            }
            mWasEmpty = isEmpty;

            // Update the label text color
            mEditTypeAdapter.notifyDataSetChanged();
        }
    }