Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

The rubbing button should not be enabled if there is no drawing #89

Closed Fbada006 closed 2 months ago

Fbada006 commented 2 months ago

As it is, the rubbing button is enabled regardless of whether there is a shape on screen or not. We need to add logic to conditionally enable or disable the rubbing button the same way we have enabled or disabled the undo, redo, and clear functionality.

Fbada006 commented 2 months ago

Hey @emmanuelmuturia , this is also something you can take a look at. Do let me know if you have any issues. Let this one take priority over the release pipeline issue please

emmanuelmuturia commented 2 months ago

Hey @emmanuelmuturia , this is also something you can take a look at. Do let me know if you have any issues. Let this one take priority over the release pipeline issue please

No worries. Let me work on it tomorrow morning...