Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Aug 20, 2024
1 parent 0b940cd commit 0b99488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ private fun BodyContent(
thumbnail = state.thumbnail,
modifier = Modifier.padding(start = 20.dp, end = 20.dp)
)
//Spacer(modifier = Modifier.fillMaxHeight())
// TODO: Button
DefaultButton(
onClick = startUpload,
modifier = Modifier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ package com.mux.video.upload.api
/**
* The current state of the upload. Uploads are first examined, potentially processed, then uploaded
* to Mux Video.
*
* some text added here TODO remove
* TODO remove this too
*/
sealed class UploadStatus {

Expand Down

0 comments on commit 0b99488

Please sign in to comment.