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

Commit a2fb0b1c authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix issue with fetching display id from activity."

parents 946d90b7 1f96bf1d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,4 +58,8 @@ public class ActivityCompat {
        encoder.endStream();
        return true;
    }

    public int getDisplayId() {
        return mWrapped.getDisplayId();
    }
}