Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 6593568

Browse files
committed
Add annotation
1 parent f3e63c7 commit 6593568

File tree

1 file changed

+1
-0
lines changed
  • packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer

1 file changed

+1
-0
lines changed

packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ long getPosition() {
283283
}
284284

285285
@SuppressWarnings("SuspiciousNameCombination")
286+
@VisibleForTesting
286287
void sendInitialized() {
287288
if (isInitialized) {
288289
Map<String, Object> event = new HashMap<>();

0 commit comments

Comments
 (0)