Skip to content

Commit 12e12fd

Browse files
committed
handle stream media operation better
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 30dca1c commit 12e12fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/nextcloud/client/player/ui/PlayerView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ abstract class PlayerView @JvmOverloads constructor(
112112
}
113113
}
114114

115+
// TODO: HANDLE OR NEEDED AT ALL?
115116
private fun downloadFile() {
116117
val currentFile = playbackModel.state.getOrNull()?.currentItemState?.file
117118
val storageManager = FileDataStorageManager(userAccountManager.user, context.contentResolver)

0 commit comments

Comments
 (0)