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

Commit 1e13a68e authored by Garfield Tan's avatar Garfield Tan Committed by Android (Google) Code Review
Browse files

Merge "Guard initial URI use by OMC feature flag." into nyc-andromeda-dev

parents 1559cf28 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;
        }