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

Commit 1bba0db7 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 9ff90378: am 52ac4033: am 4b1cfef5: am 22c8a434: am 052c4c4b: Merge "Update...

am 9ff90378: am 52ac4033: am 4b1cfef5: am 22c8a434: am 052c4c4b: Merge "Update time in layout preview" into lmp-dev

* commit '9ff90378':
  Update time in layout preview
parents b644f162 9ff90378
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";