Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Pushing this commit to test the CI for the PR.
  • Loading branch information
nan-li committed Jan 11, 2024
1 parent 6a1f1a2 commit eb34f95
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,15 +440,15 @@ public void onFailure() {
// Misc Buttons to help with testing

miscButton1.setOnClickListener(v -> {
Log.v(Tag.LOG_TAG, "Fill out what you want this button to do!");
Log.v(Tag.LOG_TAG, "Fill out what you want this button to do!!");
});

miscButton2.setOnClickListener(v -> {
Log.v(Tag.LOG_TAG, "Fill out what you want this button to do!");
Log.v(Tag.LOG_TAG, "Fill out what you want this button to do!!");
});

miscButton3.setOnClickListener(v -> {
Log.v(Tag.LOG_TAG, "Fill out what you want this button to do!");
Log.v(Tag.LOG_TAG, "Fill out what you want this button to do!!");
});
}

Expand Down

0 comments on commit eb34f95

Please sign in to comment.