mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-25 04:19:30 +00:00
feat: add deeplinking support for oauth login
This commit is contained in:
parent
38bad9671d
commit
61aeaf429f
23 changed files with 1310 additions and 343 deletions
|
|
@ -82,11 +82,11 @@ class LibraryItemActions extends HookConsumerWidget {
|
|||
Uri.parse(
|
||||
currentServerUrl.toString() +
|
||||
(Routes.libraryItem.pathParamName != null
|
||||
? Routes.libraryItem.path.replaceAll(
|
||||
? Routes.libraryItem.fullPath.replaceAll(
|
||||
':${Routes.libraryItem.pathParamName!}',
|
||||
item.id,
|
||||
)
|
||||
: Routes.libraryItem.path),
|
||||
: Routes.libraryItem.fullPath),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue