diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-01 17:21:20 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-01 17:21:20 -0400 |
| commit | ad2f052c6d2cd1b50cc01200597b5b79cb33082d (patch) | |
| tree | 164852b257ab961fb8d4a067189b85e0aadcc180 /src/screens/moments | |
| parent | db52644a3145eac7ac9bb14f3f20f36e8d8654ec (diff) | |
Remove TODOs and comments
Diffstat (limited to 'src/screens/moments')
| -rw-r--r-- | src/screens/moments/CameraScreen.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/moments/CameraScreen.tsx b/src/screens/moments/CameraScreen.tsx index d9278876..37b37264 100644 --- a/src/screens/moments/CameraScreen.tsx +++ b/src/screens/moments/CameraScreen.tsx @@ -72,7 +72,7 @@ const CameraScreen: React.FC<CameraScreenProps> = ({route, navigation}) => { title, media: { uri, - isVideo: false, // TODO: only support image for now + isVideo: false, }, }); }; @@ -83,7 +83,7 @@ const CameraScreen: React.FC<CameraScreenProps> = ({route, navigation}) => { title, media: { uri: capturedImage, - isVideo: false, // TODO: only support image for now + isVideo: false, }, }); }; |
