blinds
Laurent 5 years ago
parent 0890674f95
commit e34345f869
  1. 3
      app/src/main/java/net/pokeranalytics/android/model/migrations/Patcher.kt

@ -15,6 +15,9 @@ class Patcher {
fun patchAll(context: Context) {
// NOTE: it's more than possible that at one point many patches become redundant
// with each other
patchMissingTransactionTypes(context)
Preferences.executeOnce(Preferences.Keys.PATCH_COMPUTABLE_RESULTS, context) {

Loading…
Cancel
Save