diff --git a/mobile/android/components/FilePicker.js b/mobile/android/components/FilePicker.js index 38adb0445b03..dac1f5ffc948 100644 --- a/mobile/android/components/FilePicker.js +++ b/mobile/android/components/FilePicker.js @@ -72,11 +72,8 @@ FilePicker.prototype = { this.appendFilter("*.xml"); } - if (aFilterMask & Ci.nsIFilePicker.xulFilter) { + if (aFilterMask & Ci.nsIFilePicker.filterXUL) { this.appendFilter("*.xul"); - } - - if (aFilterMask & Ci.nsIFilePicker.xulFilter) { this.appendFilter("..apps"); } },