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

Commit 03c13073 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Fixed build breakage"

parents 5ee22a92 5613fdb0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -111,7 +111,8 @@ public abstract class ConfigurationContainer<E extends ConfigurationContainer> {
    }

    /** Sets the windowing mode for the configuration container. */
    void setWindowingMode(@WindowConfiguration.WindowingMode int windowingMode) {
    void setWindowingMode(/*@WindowConfiguration.WindowingMode TODO: causes build error...why?*/
            int windowingMode) {
        mOverrideConfiguration.windowConfiguration.setWindowingMode(windowingMode);
        onOverrideConfigurationChanged(mOverrideConfiguration);
    }