fix: Open URIs
This commit is contained in:
parent
ae8c5caf9e
commit
6e07cdfa41
5 changed files with 63 additions and 9 deletions
|
|
@ -55,6 +55,12 @@ class FluffyChatApp extends StatelessWidget {
|
|||
|
||||
const FluffyChatApp({Key key, this.testWidget, this.testClient})
|
||||
: super(key: key);
|
||||
|
||||
/// getInitialLink may rereturn the value multiple times if this view is
|
||||
/// opened multiple times for example if the user logs out after they logged
|
||||
/// in with qr code or magic link.
|
||||
static bool gotInitialLink = false;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AdaptiveTheme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue