mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
android 1.5-specific code has been removed
This commit is contained in:
parent
da6b549620
commit
90372fbc97
3 changed files with 0 additions and 10 deletions
|
@ -48,9 +48,6 @@ public abstract class BaseActivity extends ListActivity {
|
|||
super.onCreate(icicle);
|
||||
Thread.setDefaultUncaughtExceptionHandler(new org.geometerplus.zlibrary.ui.android.library.UncaughtExceptionHandler(this));
|
||||
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
||||
if ("3".equals(new android.os.Build.VERSION().SDK)) {
|
||||
requestWindowFeature(Window.FEATURE_PROGRESS);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue