Skip to content

Commit a86f65a

Browse files
Alexandra-Virvaramergify[bot]
authored andcommitted
Bug 1822619 - change handleView visibility depending on selection mode
1 parent 32041e1 commit a86f65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

focus-android/app/src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ open class AutocompleteListFragment : BaseSettingsLikeFragment(), CoroutineScope
305305
fragment.activity?.invalidateOptionsMenu()
306306
}
307307

308-
handleView.isVisible = isSelectionMode
308+
handleView.isVisible = !isSelectionMode
309309
handleView.setOnTouchListener { _, event ->
310310
if (event.actionMasked == MotionEvent.ACTION_DOWN) {
311311
itemTouchHelper.startDrag(this)

0 commit comments

Comments
 (0)