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

Commit b8c4898c authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix "no notification listeners" text.

Bug: 8454150
Change-Id: I6b02367e2be9f31fdf0a54d7fc0c49f8c82922d7
parent b26a61d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public class NotificationAccessSettings extends ListFragment {
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
        return inflater.inflate(R.layout.device_admin_settings, container, false);
        return inflater.inflate(R.layout.notification_access_settings, container, false);
    }

    @Override