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

Commit 807f9a65 authored by Diego Vela's avatar Diego Vela
Browse files

Bump Window Extensions Version.

Bump Window Extensions Version.

Bug: 330404205
Test: atest CtsWindowManagerJetpackTestCases
Change-Id: I0d13975f7f731c13b5ddbbcaa5ff055f6deadec3
parent 25530406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ class WindowExtensionsImpl implements WindowExtensions {
     * The min version of the WM Extensions that must be supported in the current platform version.
     */
    @VisibleForTesting
    static final int EXTENSIONS_VERSION_CURRENT_PLATFORM = 5;
    static final int EXTENSIONS_VERSION_CURRENT_PLATFORM = 6;

    private final Object mLock = new Object();
    private volatile DeviceStateManagerFoldingFeatureProducer mFoldingFeatureProducer;