mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
@@ -48,11 +48,9 @@ class PageUtils {
|
||||
avatar: item.talkerIcon,
|
||||
))
|
||||
.toList());
|
||||
} else {
|
||||
UserModel? userModel = await Get.dialog(
|
||||
const ContactPage(),
|
||||
useSafeArea: false,
|
||||
transitionDuration: const Duration(milliseconds: 120),
|
||||
} else if (context.mounted) {
|
||||
UserModel? userModel = await Navigator.of(context).push(
|
||||
GetPageRoute(page: () => const ContactPage()),
|
||||
);
|
||||
if (userModel != null) {
|
||||
selectedIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user