Skip to content

Commit

Permalink
Fix blinking
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolasan committed Aug 10, 2024
1 parent 0f8712d commit 2409092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/app.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class UnitListFragment : Fragment() {
unitsList = view.findViewById(R.id.units_list)
unitsList.adapter = listAdapter
unitsList.layoutManager = LinearLayoutManager(activity)
unitsList.setItemAnimator(null);
// This is moved to another fragment (main activity for tablets ??)
// val searchInput = view.findViewById<EditText>(R.id.search_input)
// searchInput.addTextChangedListener {
Expand Down

0 comments on commit 2409092

Please sign in to comment.