We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085237d commit 48c7715Copy full SHA for 48c7715
app/src/main/java/tk/superl2/xwifi/MainActivity.kt
@@ -94,7 +94,7 @@ class MainActivity: Activity() {
94
}
95
override fun onPostExecute(result: Unit?) {
96
(mWifiListView.adapter as ArrayAdapter<*>).notifyDataSetChanged()
97
- loadingDialog.dismiss()
+ runOnUiThread { loadingDialog.dismiss() }
98
99
100
0 commit comments