From a28b1ca70c1cfc7a4a778859cdaf66000cf7111e Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Mon, 10 Aug 2015 03:32:49 +0200 Subject: [PATCH] fixed possible SuperNotCalledException --- .../pals/android/lib/ui/filechooser/FileChooserActivity.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java b/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java index 02f91183f..8c284b8a0 100755 --- a/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java +++ b/third-party/android-filechooser/code/src/group/pals/android/lib/ui/filechooser/FileChooserActivity.java @@ -309,6 +309,7 @@ public class FileChooserActivity extends Activity { * THEME */ + /* if (getIntent().hasExtra(_Theme)) { int theme; if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) @@ -319,6 +320,7 @@ public class FileChooserActivity extends Activity { theme = getIntent().getIntExtra(_Theme, android.R.style.Theme); setTheme(theme); } + */ super.onCreate(savedInstanceState); setContentView(R.layout.afc_file_chooser);