Skip to content

Fix tab name update in ArrangeTabsFragment

Fred requested to merge fix_arrange_tabs into master

Previously, when dragging tabs up and down, the name was no longer updated correctly due to a refactoring in the ViewModel. This has now been fixed.

Merge request reports