aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-19 17:49:22 -0400
committerIvan Chen <ivan@tagg.id>2021-07-19 17:49:22 -0400
commit8f1ef72fab7ca8f9e7bc2069531116283bbe00fc (patch)
tree65863409190b800f06993f51e115aae927734b63
parente9b1dba10f0bc691d2ce49af7c079ec33e329d2b (diff)
Remove TODO
-rw-r--r--src/screens/upload/EditMedia.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/upload/EditMedia.tsx b/src/screens/upload/EditMedia.tsx
index f9b17d0b..f8e7692d 100644
--- a/src/screens/upload/EditMedia.tsx
+++ b/src/screens/upload/EditMedia.tsx
@@ -361,7 +361,6 @@ export const EditMedia: React.FC<EditMediaProps> = ({route, navigation}) => {
</TouchableOpacity>
<TouchableOpacity
style={styles.iconContainer}
- // TODO: finish me
onPress={() => setAudioOn((state) => !state)}>
<Image
style={styles.volumnIcon}