mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
protected onCreate
This commit is contained in:
parent
b6e40c7a84
commit
bb2b4569b6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class TOCActivity extends ListActivity {
|
||||||
private ZLTree<?> mySelectedItem;
|
private ZLTree<?> mySelectedItem;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle bundle) {
|
protected void onCreate(Bundle bundle) {
|
||||||
super.onCreate(bundle);
|
super.onCreate(bundle);
|
||||||
|
|
||||||
Thread.setDefaultUncaughtExceptionHandler(new org.geometerplus.zlibrary.ui.android.library.UncaughtExceptionHandler(this));
|
Thread.setDefaultUncaughtExceptionHandler(new org.geometerplus.zlibrary.ui.android.library.UncaughtExceptionHandler(this));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue