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

Commit f0da92bf authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by android-build-merger
Browse files

am 169c11dd: Merge "Add missing DateFormat method." into lmp-mr1-dev

automerge: 33b2de7f

* commit '33b2de7f':
  Add missing DateFormat method.
parents f45420d0 33b2de7f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,4 +34,9 @@ public class DateFormat_Delegate {
    /*package*/ static boolean is24HourFormat(Context context) {
        return false;
    }

    @LayoutlibDelegate
    /*package*/ static boolean is24HourFormat(Context context, int userHandle) {
        return false;
    }
}