mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Turn off repeat mode on Composition demo app
This is to make debugging easier. PiperOrigin-RevId: 700265039
This commit is contained in:
parent
3eb36d67bd
commit
6a3def3ccb
@ -284,7 +284,6 @@ public final class CompositionPreviewActivity extends AppCompatActivity {
|
||||
Log.e(TAG, "Preview error", error);
|
||||
}
|
||||
});
|
||||
player.setRepeatMode(Player.REPEAT_MODE_ALL);
|
||||
player.setComposition(composition);
|
||||
player.prepare();
|
||||
player.play();
|
||||
|
Loading…
x
Reference in New Issue
Block a user