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

Commit 1f96bf1d authored by Winson Chung's avatar Winson Chung
Browse files

Fix issue with fetching display id from activity.

Bug: 117474929
Test: Build L3 from unbundled branch
Change-Id: I67833e5c852faa17f036f2a2dfb29521c08d0641
parent 6b611eae
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();
    }
}