mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
fixed possible SuperNotCalledException
This commit is contained in:
parent
15ed0b49c7
commit
a28b1ca70c
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue