Archived
Added option to force a refresh, added fallBackToDestructiveMigration as possible migration strategy for substitution table
This commit is contained in:
@@ -83,7 +83,8 @@ internal open class PlanFragment : Fragment(R.layout.plan) {
|
||||
isJobService = false,
|
||||
context = mContext,
|
||||
application = activity!!.application,
|
||||
parentView = view.rootView
|
||||
parentView = view.rootView,
|
||||
forced = false
|
||||
).execute()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user