Merge pull request #2135 from davotoula/video-share-download-toast
show toast while downloading video for sharing
This commit is contained in:
@@ -833,6 +833,7 @@ fun ShareMediaAction(
|
|||||||
enabled = !isDownloadingVideo.value,
|
enabled = !isDownloadingVideo.value,
|
||||||
) {
|
) {
|
||||||
isDownloadingVideo.value = true
|
isDownloadingVideo.value = true
|
||||||
|
accountViewModel.toastManager.toast(R.string.share_video, R.string.downloading_video_for_sharing)
|
||||||
scope.launch {
|
scope.launch {
|
||||||
shareVideoFile(
|
shareVideoFile(
|
||||||
context = context,
|
context = context,
|
||||||
|
|||||||
Reference in New Issue
Block a user