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

Commit 622d6b7a authored by Michael W's avatar Michael W Committed by Michael Bestas
Browse files

Dialer: Fix blinking hint text

With forceDarkAllowed being set, on dark theme the hint text somehow
blinks along with the cursor. Just disable it - the input field still
works fine on both themes

Change-Id: Ie6c0fa2ccaad89e6b382e273a83ac645e1c93434
parent 80c30c09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
      app:tint="?colorIcon" />

  <EditText
      android:forceDarkAllowed="false"
      android:id="@+id/search_view"
      android:layout_width="match_parent"
      android:layout_height="wrap_content"