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

Commit 22c8a434 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 052c4c4b: Merge "Update time in layout preview" into lmp-dev

* commit '052c4c4b':
  Update time in layout preview
parents cbb732a8 052c4c4b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -73,8 +73,7 @@ public class Config {

    public static String getTime(int platformVersion) {
        if (platformVersion == 0) {
            // TODO: revisit when the version is selected.
            return "4:57";
            return "5:00";
        }
        if (platformVersion < GINGERBREAD) {
            return "2:20";