1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

protected onCreate

This commit is contained in:
Nikolay Pultsin 2015-10-01 03:21:59 +01:00
parent b6e40c7a84
commit bb2b4569b6

View file

@ -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));