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

Commit 68e65324 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

If device config has a NAS related message, also enable importance adjustments

Test: compiles
Fixes: 138374023
Change-Id: I4c70891d44c83b805116878b71173d5a0825537c
parent 8237048f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1824,6 +1824,7 @@ public class NotificationManagerService extends SystemService {
                    }
                    if (properties.getKeyset()
                            .contains(SystemUiDeviceConfigFlags.NAS_DEFAULT_SERVICE)) {
                        mAssistants.allowAdjustmentType(Adjustment.KEY_IMPORTANCE);
                        mAssistants.resetDefaultAssistantsIfNecessary();
                    }
                });