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

Commit 5acf640d authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Reapply fix after bad merge."

parents 4cce48e6 7e20884d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -392,8 +392,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
        }
        if (hasFeature(FEATURE_CONTENT_TRANSITIONS)) {
            // TODO Augment the scenes/transitions API to support this.
            throw new UnsupportedOperationException(
                    "addContentView does not support content transitions");
            Log.v(TAG, "addContentView does not support content transitions");
        }
        mContentParent.addView(view, params);
        final Callback cb = getCallback();