Cleanup IMPORT_BRUSH Intent#84
Conversation
There was a problem hiding this comment.
Code Review
This pull request modifies the brush import flow by triggering navigation to the brush graph before the import operation begins and adding a safety check in CahierApp.kt to prevent redundant navigation. The reviewer correctly pointed out that navigating before the import completes or if it fails can lead to an inconsistent UI state, and suggested reverting this change to ensure navigation only occurs upon a successful import.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Avoid navigating to brush graph when we're already there for a smoother experience. And go to brush graph even if the brush fails to be imported.