Skip to content

Commit

Permalink
Fix: Unused function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
luizlealdev committed Aug 6, 2024
1 parent 883d957 commit 20544d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/build
/build!/google-services.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,4 @@ class RestartFragment : Fragment(R.layout.fragment_restart) {
binding.textCountRight.setText(args.correctAnswers)
binding.textCountWrong.setText(args.wrongAnswers)
}

private fun setupAnimationsInButton() {

}
}
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_register.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
tools:context=".ui.RegisterActivity">

<ScrollView
android:id="@+id/scrollview"
android:background="@color/backgroundColor"
android:layout_width="match_parent"
android:layout_height="match_parent">
Expand Down

0 comments on commit 20544d6

Please sign in to comment.