Add comment

feature/top10
Aurelien Hubert 7 years ago
parent 26c63cb658
commit 08a12e4d79
  1. 3
      app/src/main/java/net/pokeranalytics/android/model/LiveData.kt

@ -145,6 +145,9 @@ enum class LiveData : Localizable {
} }
} }
/**
* Return the new entity title
*/
fun newEntityLocalizedTitle(context: Context): String { fun newEntityLocalizedTitle(context: Context): String {
return "${context.getString(R.string.new_entity)} ${this.localizedTitle(context)}" return "${context.getString(R.string.new_entity)} ${this.localizedTitle(context)}"
} }

Loading…
Cancel
Save