mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: color scheme
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -23,7 +23,7 @@ class ProfilePanel extends StatelessWidget {
|
||||
return Row(
|
||||
children: [
|
||||
Hero(
|
||||
tag: ctr.heroTag!,
|
||||
tag: !loadingStatus ? memberInfo.face : ctr.face.value,
|
||||
child: Stack(
|
||||
children: [
|
||||
GestureDetector(
|
||||
@@ -32,15 +32,6 @@ class ProfilePanel extends StatelessWidget {
|
||||
!loadingStatus ? memberInfo.face : ctr.face.value
|
||||
],
|
||||
),
|
||||
// showDialog(
|
||||
// useSafeArea: false,
|
||||
// context: context,
|
||||
// builder: (context) {
|
||||
// return ImagePreview(initialPage: 0, imgList: [
|
||||
// !loadingStatus ? memberInfo.face : ctr.face.value
|
||||
// ]);
|
||||
// },
|
||||
// ),
|
||||
child: NetworkImgLayer(
|
||||
width: 90,
|
||||
height: 90,
|
||||
|
||||
Reference in New Issue
Block a user