just adding an empty line

This commit is contained in:
Tibor Kaputa 2021-11-15 18:37:12 +01:00 committed by GitHub
parent 7a4cb16fe0
commit 963d56e8fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,6 +160,7 @@ class PropertiesDialog() {
} else {
File(path).md5()
}
activity.runOnUiThread {
(view.findViewById<LinearLayout>(R.id.properties_md5).property_value as TextView).text = md5
}