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

Commit 23942c04 authored by Walter Jang's avatar Walter Jang
Browse files

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

Bug 23898909
Bug 23589603

Change-Id: I72cfd5b3ad3e072de14accc0ea938b2a12dada85
parent f10ca15f
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -378,6 +378,9 @@ public abstract class LabeledEditorView extends LinearLayout implements Editor,
                if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE);
                if (mIsDeletable) mDeleteContainer.setVisibility(View.VISIBLE);
            }
            }
            mWasEmpty = isEmpty;
            mWasEmpty = isEmpty;

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