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

Commit 4465222d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Context#createFeatureContext is not implemented by superclass"

parents a76c6e29 f1a634cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5353,7 +5353,7 @@ public abstract class Context {
     * @see #getFeatureId()
     */
    public @NonNull Context createFeatureContext(@Nullable String featureId) {
        return this;
        throw new RuntimeException("Not implemented. Must override in a subclass.");
    }

    /**