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

Commit 6c1f78f5 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 9a9d96bf: Merge "LayoutLib: Add capability to simulate old versions" into lmp-preview-dev

* commit '9a9d96bf044bd75e0d75e16a6002dc20e5399866':
  LayoutLib: Add capability to simulate old versions
parents 537d7ea0 37f7c68c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -214,7 +214,8 @@ public final class Bridge extends com.android.ide.common.rendering.api.Bridge {
                Capability.EXTENDED_VIEWINFO,
                Capability.FIXED_SCALABLE_NINE_PATCH,
                Capability.RTL,
                Capability.ACTION_BAR);
                Capability.ACTION_BAR,
                Capability.SIMULATE_PLATFORM);


        BridgeAssetManager.initSystem();