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

Commit d7fea63c 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

Change-Id: I8ae55470a40563742bea3ad2fa8845df47d71584
parents 2f035a6b fd4313e2
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};