You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/tabstray/browser
Jonathan Almeida 0a4927a495 Issue #18934: Do not nullify adapter on window detached
Previously, to fix a memory leak, we were removing the adapter reference
entirely in order to have the `onDetachedFromRecyclerView` callback
invoked. This causes a side-effect where we can no longer reference the
adapter any more when we re-attach.

The simpler solution is to just invoke the needed callback directly
instead.
3 years ago
..
BaseBrowserTrayList.kt Issue #18934: Do not nullify adapter on window detached 3 years ago
BrowserTabsAdapter.kt Call stop in deattach for feature binding 3 years ago
BrowserTrayInteractor.kt Close #18862: Add multi-select banner to tabs tray (#18932) 3 years ago
NormalBrowserTrayList.kt Issue #17822: Create a tabs tray layout and fragment 3 years ago
PrivateBrowserTrayList.kt Issue #17822: Create a tabs tray layout and fragment 3 years ago
SelectedItemAdapterBinding.kt Close #18774: Migrate mutli-selection to store 3 years ago
SelectionBannerBinding.kt Close #18862: Add multi-select banner to tabs tray (#18932) 3 years ago
SelectionHandleBinding.kt Close #18862: Add multi-select banner to tabs tray (#18932) 3 years ago
SelectionMenu.kt Close #18862: Add multi-select banner to tabs tray (#18932) 3 years ago
SelectionMenuIntegration.kt Close #18862: Add multi-select banner to tabs tray (#18932) 3 years ago
SwipeToDeleteBinding.kt Close #18845: Adds swipe-to-delete to tabs tray refactor 3 years ago
TabsAdapter.kt Close #18774: Migrate mutli-selection to store 3 years ago
TabsTouchHelper.kt Close #18845: Adds swipe-to-delete to tabs tray refactor 3 years ago
TabsTrayGridViewHolder.kt Issue #18774: Fix long parameter warnings in detekt 3 years ago
TabsTrayListViewHolder.kt Issue #18774: Fix long parameter warnings in detekt 3 years ago
UseCases.kt Issue #18538: Add BrowserTabsAdapter for tabs tray 3 years ago