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

Commit 36b1d377 authored by Nihanth Subramanya's avatar Nihanth Subramanya
Browse files

Fix force close caused by Change Ibf6e9e4c: "Display application icon and title in alarm config"

Change-Id: Ia9cfc8c3fdd5398d7e061e4a459af1e099c5e4ce
parent 82bb3a43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ public class IntentPreferenceScreen extends Preference {
    public void updateIntent(String intentUri) {
        if (intentUri == null) {
            clearIntent();
            return;
        }

        try {