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

Commit 45cca784 authored by Kelvin Kwan's avatar Kelvin Kwan
Browse files

Enable work tab in DocsUI feature flag

Bug: 151608987
Test: atest DocumentsUIGoogleTests
Change-Id: I031415f2f2dd24861282c88a07100cb174e15a59
parent cb7fa36b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ public interface Features {
    /**
     * Temporary compile-time feature flag to enable in-app cross-profile browsing for some intent.
     */
    boolean CROSS_PROFILE_TABS = false;
    boolean CROSS_PROFILE_TABS = true;

    boolean isArchiveCreationEnabled();
    boolean isCommandInterceptorEnabled();