Fix compile

pull/1055/head
Alex Baker 4 years ago
parent e24b5b8bfe
commit c4e3f72be1

@ -80,7 +80,7 @@ class Synchronization : InjectingPreferenceFragment() {
findPreference(R.string.add_account)
.setOnPreferenceClickListener {
AddAccountDialog.showAddAccountDialog(activity, dialogBuilder)
AddAccountDialog.showAddAccountDialog(requireActivity(), dialogBuilder)
false
}
}

Loading…
Cancel
Save