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

Commit 4ddabae3 authored by Brandon Maxwell's avatar Brandon Maxwell
Browse files

Updating blocked number dialog ui

+ Small fix for the blocked number dialog to match mocks. See related
bug.

Change-Id: I3082cb46adb780aaa96e7d3ccd5a19688cc1845c
Fixes: 27703247
parent 0a9d3be7
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -153,11 +153,11 @@ public class BlockNumberDialogFragment extends DialogFragment {
        String okText;
        String okText;
        String message;
        String message;
        if (isBlocked) {
        if (isBlocked) {
            title = ContactDisplayUtils.getTtsSpannedPhoneNumber(getResources(),
            title = null;
                    R.string.unblock_number_confirmation_title,
                    mDisplayNumber);
            okText = getString(R.string.unblock_number_ok);
            okText = getString(R.string.unblock_number_ok);
            message = "";
            message = ContactDisplayUtils.getTtsSpannedPhoneNumber(getResources(),
                    R.string.unblock_number_confirmation_title,
                    mDisplayNumber).toString();
        } else {
        } else {
            title = ContactDisplayUtils.getTtsSpannedPhoneNumber(getResources(),
            title = ContactDisplayUtils.getTtsSpannedPhoneNumber(getResources(),
                    R.string.block_number_confirmation_title,
                    R.string.block_number_confirmation_title,