1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/home/sessioncontrol
Mihai Eduard Badea 58e24b81aa For issue #12400 - Refresh swiped collection tab view
Item is now refreshed by calling notifyDataSetChanged on the adapter when the last tab from the collection has been swiped away and the user cancels the deletion by pressing the cancel button from the dialog.
Also added a "wasSwiped" flag to onCollectionRemoveTab in order to check if the tab was deleted from a swipe action and not by pressing the "X" button.
2020-07-31 12:48:32 -04:00
..
viewholders For issue #12400 - Refresh swiped collection tab view 2020-07-31 12:48:32 -04:00
SessionControlAdapter.kt No issue: Adds sameAs function for TopSiteList AdapterItem 2020-07-30 17:46:03 -04:00
SessionControlController.kt For issue #12400 - Refresh swiped collection tab view 2020-07-31 12:48:32 -04:00
SessionControlInteractor.kt For issue #12400 - Refresh swiped collection tab view 2020-07-31 12:48:32 -04:00
SessionControlView.kt Update LongParameterList baseline 2020-07-27 14:20:34 -04:00
SwipeToDeleteCallback.kt For issue #12400 - Refresh swiped collection tab view 2020-07-31 12:48:32 -04:00