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

Commit a3afb304 authored by d34d's avatar d34d Committed by Steve Kondik
Browse files

Revert "Themes: Don't break API in MockContext"

This reverts commit 1b564750.

Change-Id: I2b22ad846402237338cb9f5791553ce6219ff722
parent 0d431f7d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@ public class MockContext extends Context {
        throw new UnsupportedOperationException();
    }

    /** @hide */
    @Override
    public void recreateTheme() {
        throw new UnsupportedOperationException();
@@ -646,6 +645,8 @@ public class MockContext extends Context {
    @Override
    public File[] getExternalFilesDirs(String type) {
        throw new UnsupportedOperationException();
    }

    @Override
    public File[] getObbDirs() {
        throw new UnsupportedOperationException();
@@ -660,6 +661,4 @@ public class MockContext extends Context {
    public File[] getExternalMediaDirs() {
        throw new UnsupportedOperationException();
    }


}