Removed butterknife from quiz activity (#5383)

This commit is contained in:
Paul Hawke 2023-11-20 02:48:22 -06:00 committed by GitHub
parent d967279abc
commit 3118a8368b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 65 deletions

View file

@ -53,8 +53,6 @@ class QuizActivityUnitTest {
quizController.initialize(context)
positiveAnswer = view.findViewById(R.id.quiz_positive_answer)
negativeAnswer = view.findViewById(R.id.quiz_negative_answer)
activity.positiveAnswer = positiveAnswer
activity.negativeAnswer = negativeAnswer
}
@Test