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

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

Ensure "add a number" gets read appropriately.

am: 05486d8a

Change-Id: I859108b321e5808f7f6e73c40da07ab88bd9f6a6
parents f45933a1 05486d8a
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};