fix(profiles): remount profile session

close #1371
This commit is contained in:
edde746
2026-06-18 00:53:48 +02:00
parent 66b80a33ba
commit 6f39a286d3
35 changed files with 691 additions and 179 deletions
+1 -1
View File
@@ -677,7 +677,7 @@ class _LibrariesScreenState extends State<LibrariesScreen>
final allLibraries = librariesProvider.libraries;
if (PlatformDetector.isTV()) {
showDialog(
showScopedDialog<void>(
context: context,
builder: (context) => _LibraryManagementSheet(
isDialog: true,