Show Toast when download starts
Add toast to inform the user that download started and add the right string in values.
This commit is contained in:
parent
ea1b42510c
commit
bf6645e829
2 changed files with 4 additions and 0 deletions
|
|
@ -672,6 +672,9 @@ public class DownloadDialog extends DialogFragment
|
|||
prefs.edit()
|
||||
.putString(getString(R.string.last_used_download_type), selectedMediaType)
|
||||
.apply();
|
||||
|
||||
Toast.makeText(context, getString(R.string.download_has_started),
|
||||
Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
|
||||
private void checkSelectedDownload(final StoredDirectoryHelper mainStorage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue