mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Admin Portal - Profile
This commit is contained in:
parent
801e58e666
commit
3d84460f35
20
public/main.profile.dart.js
vendored
20
public/main.profile.dart.js
vendored
@ -59382,14 +59382,18 @@
|
||||
if ($.WidgetsBinding__instance == null)
|
||||
A.WidgetsFlutterBinding$();
|
||||
$.WidgetsBinding__instance.toString;
|
||||
t1 = $.$get$windowManager();
|
||||
$async$goto = 2;
|
||||
return A._asyncAwait(t1.ensureInitialized$0(), $async$main0);
|
||||
$async$goto = A.isMacOS() || A.isWindows() || A.isLinux() ? 2 : 3;
|
||||
break;
|
||||
case 2:
|
||||
// then
|
||||
t1 = $.$get$windowManager();
|
||||
$async$goto = 4;
|
||||
return A._asyncAwait(t1.ensureInitialized$0(), $async$main0);
|
||||
case 4:
|
||||
// returning from await.
|
||||
$async$goto = 3;
|
||||
$async$goto = 5;
|
||||
return A._asyncAwait(A.SharedPreferences_getInstance(), $async$main0);
|
||||
case 3:
|
||||
case 5:
|
||||
// returning from await.
|
||||
t2 = $async$result._preferenceCache;
|
||||
t3 = J.getInterceptor$asx(t2);
|
||||
@ -59398,9 +59402,11 @@
|
||||
t4 = 800;
|
||||
t2 = A._asDoubleQ(t3.$index(t2, "height"));
|
||||
t1.waitUntilReadyToShow$2(new A.WindowOptions(new A.Size(t4, t2 == null ? 600 : t2), true), new A.main_closure1());
|
||||
$async$goto = 4;
|
||||
case 3:
|
||||
// join
|
||||
$async$goto = 6;
|
||||
return A._asyncAwait(A._initialState(false), $async$main0);
|
||||
case 4:
|
||||
case 6:
|
||||
// returning from await.
|
||||
t1 = $async$result;
|
||||
t2 = type$.JSArray_of_legacy_dynamic_Function_3_legacy_Store_legacy_AppState_and_dynamic_and_legacy_dynamic_Function_dynamic;
|
||||
|
Loading…
x
Reference in New Issue
Block a user