generated from dellevin/template
优化备份逻辑,连同头像一起备份
This commit is contained in:
@@ -438,7 +438,10 @@ class _ProfilePageState extends State<ProfilePage> {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (context) => const BackupPage()),
|
||||
);
|
||||
).then((_) {
|
||||
// 返回时刷新用户数据
|
||||
_loadUserData();
|
||||
});
|
||||
},
|
||||
),
|
||||
const Divider(height: 1, indent: 72, endIndent: 16, color: Color(0xFFE8E8E8)),
|
||||
|
||||
Reference in New Issue
Block a user