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

Commit b383eab1 authored by uabdullah's avatar uabdullah Committed by Copybara-Service
Browse files

Basic settings for SpeakEasy

Bug: 73736474
Test: Unit Test
PiperOrigin-RevId: 199731478
Change-Id: I14df12aadbd2b328381ca1b9bed063a753207792
parent cd1c033e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -108,6 +108,8 @@ public class TextViewPreference extends Preference {
      setTitle(textResourceId);
    } else if (text != null) {
      setTitle(text);
    } else if (getTitleRes() != 0) {
      setTitle(getTitleRes());
    }
  }