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

Commit 662c3239 authored by Xiang Wang's avatar Xiang Wang Committed by Automerger Merge Worker
Browse files

Merge "Add getAssociatedDisplayId to ContextWrapper" into udc-dev am: c122093e

parents b7813f60 c122093e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,14 @@ public class ContextWrapper extends Context {
        return mBase.getDisplayId();
    }

    /**
     * @hide
     */
    @Override
    public int getAssociatedDisplayId() {
        return mBase.getAssociatedDisplayId();
    }

    /**
     * @hide
     */