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:
parent
15ed0b49c7
commit
a28b1ca70c
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue