Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 committed Nov 19, 2023
1 parent be331af commit eaec722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import com.buzbuz.smartautoclicker.core.ui.R
* @param backgroundCircleRadius the radius of the transparent background between the inner and outer circle.
* @param backgroundColor the color of the faded background.
*/
internal data class ActionBriefViewStyle(
internal class ActionBriefViewStyle(
val outerFromPaint: Paint,
val innerFromPaint: Paint,
val outerToPaint: Paint,
Expand Down

0 comments on commit eaec722

Please sign in to comment.