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

Commit 6aede34e authored by Deepanshu Gupta's avatar Deepanshu Gupta
Browse files

Add missing DateFormat method.

Change-Id: Ia03023e65ef4a7ec90b61f1f538cbe74868c63c5
parent 0359b4b1
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;
    }
}