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

Commit 01893ecc authored by Garfield Tan's avatar Garfield Tan
Browse files

Guard initial URI use by OMC feature flag.

Change-Id: I614924964df0691bc4a38f2cf9d57018a4a0cfbd
parent 1c29c715
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ class ActionHandler<T extends Activity & Addons> extends AbstractActionHandler<T
            return;
        }

        if (launchToDocument(intent)) {
        if (Shared.ENABLE_OMC_API_FEATURES && launchToDocument(intent)) {
            if (DEBUG) Log.d(TAG, "Launched to a document.");
            return;
        }