Skip to content

Commit

Permalink
I cant spell
Browse files Browse the repository at this point in the history
  • Loading branch information
goldentoaste committed Apr 9, 2021
1 parent 4c62b4a commit a80b0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public void run() {
} else {
manager.queryExperimentFromId(scanned[0], experiment -> {
AlertDialog dialog = new AlertDialog.Builder(getContext(), R.style.dialogColor)
.setTitle("Sub to :" + experiment.getExperimentName() + "?")
.setTitle("Sub to: " + experiment.getExperimentName() + "?")
.setPositiveButton("Subscribe", ((dialog1, which) -> {
dialog1.dismiss();
manager.subToExperiment(userId, experiment.getExperimentID(), null);
Expand Down

0 comments on commit a80b0fa

Please sign in to comment.