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

Commit aaa9ef40 authored by Fan Wu's avatar Fan Wu Committed by Android (Google) Code Review
Browse files

Merge "Update ShadowNotificationManager to extend from roboletric shadow library" into main

parents a998dc95 a98cc6a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import org.robolectric.annotation.Implements;
import java.util.Set;

@Implements(NotificationManager.class)
public class ShadowNotificationManager {
public class ShadowNotificationManager extends org.robolectric.shadows.ShadowNotificationManager {

    private int mZenMode;
    private ZenModeConfig mZenModeConfig;