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

Commit c7329d97 authored by Garfield Tan's avatar Garfield Tan Committed by android-build-merger
Browse files

Guard initial URI use by OMC feature flag.

am: 01893ecc

Change-Id: Id69f49773abe1a56b2aea2c5d1a40a96d91e153d
parents aee5a42a 01893ecc
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;
        }