Commit c6d24653 authored by wanglei's avatar wanglei

...

parent c7ac016a
...@@ -68,7 +68,7 @@ object RateStarPop { ...@@ -68,7 +68,7 @@ object RateStarPop {
dialog.dismiss() dialog.dismiss()
} }
dialog.setOnDismissListener { dialog.setOnDismissListener {
AppPreferences.getInstance().getBoolean("isRated", true) AppPreferences.getInstance().put("isRated", true)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment