Skip to content

Commit

Permalink
Fixed search bug
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed May 12, 2020
1 parent c51f79d commit a63f6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/omgodse/notally/fragments/Search.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Search : NotallyFragment() {

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
model.keyword = String()
binding.FrameLayout.layoutTransition = LayoutTransition()

(mContext as MainActivity).binding.EnterSearchKeyword.addTextChangedListener(object : TextWatcher {
Expand Down

0 comments on commit a63f6ce

Please sign in to comment.