mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue