Commit 5551a0f 1 parent 8d1c939 commit 5551a0f Copy full SHA for 5551a0f
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class IsarDb {
178
178
static Future <ProfileModel ?> getProfile (String name) async {
179
179
final isarProvider = IsarDb ();
180
180
final db = await isarProvider.db;
181
- final a = db.profileModels.filter ().profileNameEqualTo (name).findFirst ();
181
+ final a = await db.profileModels.filter ().profileNameEqualTo (name).findFirst ();
182
182
print ('$a appkle' );
183
183
return a;
184
184
}
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ class HomeView extends GetView<HomeController> {
443
443
Padding (
444
444
padding:
445
445
EdgeInsets .only (bottom: controller.scalingFactor * 20 ),
446
- child: ProfileSelect (),
446
+ child: const ProfileSelect (),
447
447
),
448
448
Expanded (
449
449
child: GlowingOverscrollIndicator (
You can’t perform that action at this time.
0 commit comments