From 92bf2acc56b4c19b7802a3c3a2d7974fc0f8fd25 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 16 Dec 2018 20:31:13 +0100 Subject: [PATCH] make sure we update the widget config folder name from the proper thread --- .../gallery/pro/activities/WidgetConfigureActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt index bfc86a186..e7dcfe976 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/pro/activities/WidgetConfigureActivity.kt @@ -160,8 +160,8 @@ class WidgetConfigureActivity : SimpleActivity() { private fun updateFolderImage(folderPath: String) { mFolderPath = folderPath - folder_picker_value.text = getFolderNameFromPath(folderPath) runOnUiThread { + folder_picker_value.text = getFolderNameFromPath(folderPath) config_folder_name.text = getFolderNameFromPath(folderPath) }