Skip to content

Commit

Permalink
Merge pull request #4132 from dandrawes/CATROID-1046
Browse files Browse the repository at this point in the history
CATROID-1046 Touch area to enter project from main page is too small
  • Loading branch information
wslany authored Apr 22, 2021
2 parents 16fe441 + 9aed1e2 commit 5d4ea28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ class MainMenuFragment : Fragment(),
override fun onClick(view: View) {
when (view.id) {
R.id.image_view,
R.id.projectImageView,
R.id.editProject -> {
viewModel.setIsLoading(true)
val projectDir = File(
Expand Down

0 comments on commit 5d4ea28

Please sign in to comment.