Skip to content

Commit

Permalink
refactor: remove parcelize
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyMuse committed Jan 17, 2024
1 parent 11b8498 commit 4ea491e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ object AppRater {
companion object {
const val DEFAULT_APP_TITLE = "Rate my app"
const val DEFAULT_CONTENT =
"If you're enjoying using this application, please take a moment to rate it.\nThanks for your support !",


"If you're enjoying using this application, please take a moment to rate it.\nThanks for your support !"
}

operator fun invoke(callback: AppRaterModelSetup.() -> Unit = {}) {
Expand Down

0 comments on commit 4ea491e

Please sign in to comment.