Skip to content

Commit

Permalink
Fix back button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC committed Jan 14, 2024
1 parent 5d0ecfb commit c426a97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/fragment_tracker_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navigationIcon="@drawable/ic_back"
app:navigationContentDescription="@string/back_button"/>
app:navigationIcon="@drawable/ic_back" />

<com.google.android.material.textview.MaterialTextView
android:id="@+id/trackerTitleTV"
Expand Down

0 comments on commit c426a97

Please sign in to comment.