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

Commit ffd61263 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Ensure "add a number" gets read appropriately. am: 05486d8a am: fd4313e2

am: d7fea63c

Change-Id: I6dc19d30acb53b3066544f2dbe278d6ae5afe490
parents a7ecb51a d7fea63c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -121,6 +121,7 @@ public class BlockedNumbersActivity extends ListActivity

        mAddButton = (TextView) findViewById(R.id.add_blocked);
        mAddButton.setOnClickListener(this);
        mAddButton.setContentDescription(getText(R.string.block_number));

        mProgressBar = (ProgressBar) findViewById(R.id.progress_bar);
        String[] fromColumns = {BlockedNumberContract.BlockedNumbers.COLUMN_ORIGINAL_NUMBER};