Fix missing links for new deprecated warnings
This commit is contained in:
@@ -138,9 +138,11 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
|||||||
builder.setPositiveButton(R.string.ok) { _, _ ->
|
builder.setPositiveButton(R.string.ok) { _, _ ->
|
||||||
loopShowDeprecatedNotes(notes)
|
loopShowDeprecatedNotes(notes)
|
||||||
}
|
}
|
||||||
builder.setNeutralButton(R.string.service_error_deprecated_warning_documentation) { _, _ ->
|
if (!note.migrationLink.isNullOrBlank()) {
|
||||||
requireContext().launchCustomTab(note.migrationLink)
|
builder.setNeutralButton(R.string.service_error_deprecated_warning_documentation) { _, _ ->
|
||||||
loopShowDeprecatedNotes(notes)
|
requireContext().launchCustomTab(note.migrationLink)
|
||||||
|
loopShowDeprecatedNotes(notes)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
builder.show()
|
builder.show()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user