feat: Add app icon generation, update profile navigation, and refine UI styling for profile action buttons and notification tabs.
This commit is contained in:
@@ -150,7 +150,7 @@ class _PrivacyTabState extends ConsumerState<PrivacyTab> {
|
||||
const SizedBox(height: 20),
|
||||
ProfileActionButtons(
|
||||
onSave: _savePrivacyPreferences,
|
||||
onCancel: () => context.pop(),
|
||||
onCancel: () => context.go('/home'),
|
||||
isSaving: _isSavingPrivacy),
|
||||
const SizedBox(height: 24),
|
||||
ProfileSectionCard(
|
||||
|
||||
Reference in New Issue
Block a user