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

Commit e8b6debd authored by Svet Ganov's avatar Svet Ganov
Browse files

Fix build for real

Change-Id: I5742226e9b873cd5a035f11be0e228188e215365
parent 6762301a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.layoutlib.bridge.android;

import android.annotation.Nullable;
import com.android.annotations.Nullable;
import com.android.ide.common.rendering.api.AssetRepository;
import com.android.ide.common.rendering.api.ILayoutPullParser;
@@ -1403,7 +1402,7 @@ public final class BridgeContext extends Context {
    }

    public void sendBroadcastAsUser(Intent intent, UserHandle user,
            @Nullable String receiverPermission, int appOp) {
            String receiverPermission, int appOp) {
        // pass
    }