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

Commit a98cc6a5 authored by Fan Wu's avatar Fan Wu
Browse files

Update ShadowNotificationManager to extend from roboletric shadow library

Bug: 319052511

Test: atest
Change-Id: Ic89f7ef69ade4e4497f4b92e292e297e3c1e7bdc
parent c2251539
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;