Skip to content

Commit

Permalink
Removed the code that allows to single click on a fieldbook to open i…
Browse files Browse the repository at this point in the history
…t. Couldnt get the delee and edit buttons to work
  • Loading branch information
jameljoseph committed Sep 20, 2023
1 parent 9acba66 commit 72453eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GSCFieldApp/Views/FieldBooksPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
IsSwipeEnabled="False" AllowDrop="False" ItemContainerStyle="{StaticResource ReportPageGridViewBookItems}"
ItemTemplate="{StaticResource ProjectListTemplate}"
ItemsSource="{x:Bind ViewModel.ProjectCollection, Mode=OneWay}"
SelectedIndex="{x:Bind ViewModel.SelectedProjectIndex, Mode=TwoWay}"
Tapped="{x:Bind ViewModel.projectOpenButton_Tapped}">
SelectedIndex="{x:Bind ViewModel.SelectedProjectIndex, Mode=TwoWay}">
<!--Tapped="{x:Bind ViewModel.projectOpenButton_Tapped}"-->
<!--ItemClick="OnGridViewItemClicked"-->


Expand Down

0 comments on commit 72453eb

Please sign in to comment.