Skip to content

Commit 107eb66

Browse files
authored
Merge pull request #48 from CS428-CT/better-video
Minor change
2 parents ad5deb7 + d9cc10f commit 107eb66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/containers/HistoryContainer/HistoryContainer.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ import { useLoadingWrap } from '../../hooks/useLoadingWrap'
1010
import { NO_HISTORY } from '../../constants'
1111

1212
/**
13-
* Shows the user watch history
13+
* Contains the history screen of the application. Lists all the watched history
14+
* of current user sorted by time. Clicking on any one of them will be navigated to
15+
* the corresbonding video with last watched location
16+
* @param {Object} navigation A stack navigator
1417
*/
1518
const HistoryContainer = ({ navigation }) => {
1619
const loadingWrap = useLoadingWrap()

0 commit comments

Comments
 (0)