Merge pull request #2135 from davotoula/video-share-download-toast

show toast while downloading video for sharing
This commit is contained in:
Vitor Pamplona
2026-04-05 10:58:40 -04:00
committed by GitHub
@@ -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,