mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
fixing folder name for android
This commit is contained in:
parent
8d473b342b
commit
2592c07e00
@ -33,7 +33,7 @@ export function AudioAsset({ asset, dismiss }) {
|
||||
<Text style={styles.downloadedLabel}>Documents</Text>
|
||||
)}
|
||||
{ Platform.OS !== 'ios' && (
|
||||
<Text style={styles.downloadedLabel}>Downloads</Text>
|
||||
<Text style={styles.downloadedLabel}>Download</Text>
|
||||
)}
|
||||
</View>
|
||||
)}
|
||||
|
@ -26,7 +26,7 @@ export function ImageAsset({ asset, dismiss }) {
|
||||
<Text style={styles.downloadedLabel}>Documents</Text>
|
||||
)}
|
||||
{ Platform.OS !== 'ios' && (
|
||||
<Text style={styles.downloadedLabel}>Downloads</Text>
|
||||
<Text style={styles.downloadedLabel}>Download</Text>
|
||||
)}
|
||||
</View>
|
||||
)}
|
||||
|
@ -34,7 +34,7 @@ export function VideoAsset({ asset, dismiss }) {
|
||||
<Text style={styles.downloadedLabel}>Documents</Text>
|
||||
)}
|
||||
{ Platform.OS !== 'ios' && (
|
||||
<Text style={styles.downloadedLabel}>Downloads</Text>
|
||||
<Text style={styles.downloadedLabel}>Download</Text>
|
||||
)}
|
||||
</View>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user