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

Commit ce9b1067 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Hide nextAlarm label until the app updates it

Bug: 7637741
Make the nextAlarm label which hold the alarm icon "gone" as a default.
The app will update the visibility once it updates the text.

Change-Id: If3907d18627004865b74b8cdecd0df3b027bedbb
parent c5b45b80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@
            android:layout_marginLeft="8dip"
            android:layout_marginStart="8dip"
            android:gravity="center"
            android:visibility="gone"
            />
    </LinearLayout>
</LinearLayout>
+0 −1
Original line number Diff line number Diff line
@@ -117,6 +117,5 @@ public class Screensaver extends DreamService {

        Utils.updateDate(mDateFormat, mDateFormatForAccessibility,mContentView);
        Utils.refreshAlarm(Screensaver.this, mContentView);
        
    }
}