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

Commit 9ff90378 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 52ac4033: am 4b1cfef5: am 22c8a434: am 052c4c4b: Merge "Update time in...

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

* commit '52ac4033':
  Update time in layout preview
parents 457768ff 52ac4033
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";