make sure we update the widget config folder name from the proper thread

This commit is contained in:
tibbi 2018-12-16 20:31:13 +01:00
parent e3964a1b91
commit 92bf2acc56

View file

@ -160,8 +160,8 @@ class WidgetConfigureActivity : SimpleActivity() {
private fun updateFolderImage(folderPath: String) { private fun updateFolderImage(folderPath: String) {
mFolderPath = folderPath mFolderPath = folderPath
folder_picker_value.text = getFolderNameFromPath(folderPath)
runOnUiThread { runOnUiThread {
folder_picker_value.text = getFolderNameFromPath(folderPath)
config_folder_name.text = getFolderNameFromPath(folderPath) config_folder_name.text = getFolderNameFromPath(folderPath)
} }