summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/activities/ConfigConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/blinkt/openvpn/activities/ConfigConverter.java')
-rw-r--r--src/de/blinkt/openvpn/activities/ConfigConverter.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/activities/ConfigConverter.java b/src/de/blinkt/openvpn/activities/ConfigConverter.java
index 792c9796..cc84076d 100644
--- a/src/de/blinkt/openvpn/activities/ConfigConverter.java
+++ b/src/de/blinkt/openvpn/activities/ConfigConverter.java
@@ -329,7 +329,8 @@ public class ConfigConverter extends ListActivity implements FileSelectCallback
fileSelectMap.put(type, fl);
fl.setLayoutParams(new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT));
- ((LinearLayout) findViewById(R.id.config_convert_root)).addView(fl, 1);
+ ((LinearLayout) findViewById(R.id.config_convert_root)).addView(fl, 2);
+ findViewById(R.id.files_missing_hint).setVisibility(View.VISIBLE);
fl.setData(value, this);
int i = getFileLayoutOffset(type);
fl.setCaller(this, i, type);