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

Commit c140b659 authored by Walter Jang's avatar Walter Jang Committed by Android Git Automerger
Browse files

am 6d84a8dc: Merge "Update LabeledEditor text color when it becomes...

am 6d84a8dc: Merge "Update LabeledEditor text color when it becomes empty/non-empty (E11)" into ub-contactsdialer-a-dev

* commit '6d84a8dc':
  Update LabeledEditor text color when it becomes empty/non-empty (E11)
parents 64ec838e 6d84a8dc
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();
        }
    }