Merge changes Ibb68252c,Ide20e07f,I5d2e2c70 into main
* changes: Add accessibility label for "QR code" scanner. Also added landscape mode. Add accessibility label for "QR code" image. Also added landscape mode. Add accessibility label for "QR code" button in Audio sharing page.
This commit is contained in:
@@ -117,6 +117,7 @@ public class AudioSharingNamePreferenceTest {
|
||||
assertThat(shareButton.getVisibility()).isEqualTo(View.VISIBLE);
|
||||
assertThat(shareButton.getDrawable()).isNotNull();
|
||||
assertThat(shareButton.hasOnClickListeners()).isTrue();
|
||||
assertThat(shareButton.getContentDescription()).isNotNull();
|
||||
assertThat(divider).isNotNull();
|
||||
assertThat(divider.getVisibility()).isEqualTo(View.VISIBLE);
|
||||
|
||||
|
Reference in New Issue
Block a user