feat: Add app icon generation, update profile navigation, and refine UI styling for profile action buttons and notification tabs.
This commit is contained in:
@@ -259,7 +259,7 @@ class _ProfileSettingsTabState extends ConsumerState<ProfileSettingsTab> {
|
||||
const SizedBox(height: 30),
|
||||
ProfileActionButtons(
|
||||
onSave: _saveProfileSettings,
|
||||
onCancel: () => context.pop(),
|
||||
onCancel: () => context.go('/home'),
|
||||
isSaving: profileState.isSaving,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user