mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 20:37:40 +03:00
Fix possible crash
This commit is contained in:
parent
c2f2b977a2
commit
75ed407a25
1 changed files with 3 additions and 1 deletions
|
@ -120,10 +120,12 @@ class DashboardFragment : Fragment(R.layout.fragment_dashboard) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}.onFailure {
|
}.onFailure {
|
||||||
|
withContext(Dispatchers.Main) {
|
||||||
activity?.errorDialogBuilder(it)?.show()
|
activity?.errorDialogBuilder(it)?.show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private fun loopShowDeprecatedNotes(notes: DeprecatedNoteIterator) {
|
private fun loopShowDeprecatedNotes(notes: DeprecatedNoteIterator) {
|
||||||
if (notes.hasNext()) {
|
if (notes.hasNext()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue