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

Commit 5e7d9358 authored by Robin Lee's avatar Robin Lee Committed by Android (Google) Code Review
Browse files

Merge "[Ringtone] Return title "None" if Uri is null"

parents c79ad2c0 bb1337bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -258,6 +258,8 @@ public class Ringtone {
                    title = uri.getLastPathSegment();
                }
            }
        } else {
            title = context.getString(com.android.internal.R.string.ringtone_silent);
        }

        if (title == null) {