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

Commit 3f6c27a6 authored by d34d's avatar d34d
Browse files

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

This reverts commit 1b564750.

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

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

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


}