Skip to content

Commit

Permalink
Fix: Fixed test of preference allowed state for dual sim notification…
Browse files Browse the repository at this point in the history
… tone profile parameter. (3)
  • Loading branch information
henrichg committed Jul 21, 2024
1 parent 486d349 commit 1c6ff90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,7 @@ static void isProfilePreferenceAllowed_PREF_PROFILE_SOUND_NOTIFICATION_CHANGE_SI
} else {
if (rootRequired) {
preferenceAllowed.allowed = PREFERENCE_NOT_ALLOWED;
preferenceAllowed.notAllowedReason = PREFERENCE_NOT_ALLOWED_NOT_ROOTED;
preferenceAllowed.notAllowedReason = PREFERENCE_NOT_ALLOWED_SHIZUKU_NOT_GRANTED;
} else {
if (ppppsInstalled) {
if (profile != null) {
Expand Down

0 comments on commit 1c6ff90

Please sign in to comment.