Skip to content

Commit

Permalink
GH-127: Incorrect conflict resolution by others resulted in my code g…
Browse files Browse the repository at this point in the history
…etting removed. Fixing it.
  • Loading branch information
kevwad committed Apr 10, 2024
1 parent d279452 commit f9adc3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public void onClick(View v) {
public void onClick(View v) {
Context context = viewBinding.getRoot().getContext();
Intent intent = new Intent(context, DaySpecificActivity.class);
context.startActivity(intent);
}
});

Expand Down

0 comments on commit f9adc3b

Please sign in to comment.