1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +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
*/
/*
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);