|
|
|
|
@ -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) { |
|
|
|
|
|