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

Commit 5c549473 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix build using ANDROID_COMPILE_WITH_JACK=false"

parents a629d524 52577dbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5172,7 +5172,7 @@ public class WindowManagerService extends IWindowManager.Stub
    // Async Handler
    // -------------------------------------------------------------

    final class H extends Handler {
    final class H extends android.os.Handler {
        public static final int REPORT_FOCUS_CHANGE = 2;
        public static final int REPORT_LOSING_FOCUS = 3;
        public static final int DO_TRAVERSAL = 4;