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,
|
||||
) {
|
||||
isDownloadingVideo.value = true
|
||||
accountViewModel.toastManager.toast(R.string.share_video, R.string.downloading_video_for_sharing)
|
||||
scope.launch {
|
||||
shareVideoFile(
|
||||
context = context,
|
||||
|
||||
Reference in New Issue
Block a user