1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

fixed possible SuperNotCalledException

This commit is contained in:
Nikolay Pultsin 2015-08-10 03:32:49 +02:00
parent 15ed0b49c7
commit a28b1ca70c

View file

@ -309,6 +309,7 @@ public class FileChooserActivity extends Activity {
* THEME * THEME
*/ */
/*
if (getIntent().hasExtra(_Theme)) { if (getIntent().hasExtra(_Theme)) {
int theme; int theme;
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) 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); theme = getIntent().getIntExtra(_Theme, android.R.style.Theme);
setTheme(theme); setTheme(theme);
} }
*/
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
setContentView(R.layout.afc_file_chooser); setContentView(R.layout.afc_file_chooser);