Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
CatotheCat11 committed Dec 25, 2024
1 parent f168bab commit 0a76d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/cato/glasssky/PostActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class PostActivity extends Activity {
Bitmap bitmap;
String text = "";
String thumbnailPath = "";
static String videoPath = ""; //TODO: TEST VIDEO FILE ADDING (AND IMAGE TOO) CHECK CARD POSITION AND REMOVE COMMENT BLOCK
static String videoPath = "";
ArrayList<Bitmap> image = new ArrayList<>();
ArrayList<String> processArray = new ArrayList<>();
Boolean processing = false;
Expand Down

0 comments on commit 0a76d6e

Please sign in to comment.