Skip to content

Commit

Permalink
perf: remove tap action in AppsFragment
Browse files Browse the repository at this point in the history
close #196
  • Loading branch information
aistra0528 committed Mar 5, 2024
1 parent c5c5a3c commit 0a1bb12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class AppsFragment : MainFragment(), AppsAdapter.OnItemClickListener,
}

override fun onItemClick(buttonView: CompoundButton) {
buttonView.toggle()
// buttonView.toggle()
}

override fun onCreateContextMenu(
Expand Down

0 comments on commit 0a1bb12

Please sign in to comment.