Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException #348

Closed
lingling-fan opened this issue Sep 10, 2017 · 0 comments
Closed

NullPointerException #348

lingling-fan opened this issue Sep 10, 2017 · 0 comments
Labels

Comments

@lingling-fan
Copy link

//package name: org.ttrssreader
//version: 1.91.1
java.lang.NullPointerException
at org.ttrssreader.gui.MenuActivity.handleResize(Unknown Source)
at org.ttrssreader.gui.MenuActivity.onTouchEvent(Unknown Source)
at android.app.Activity.dispatchTouchEvent(Activity.java:2427)
at android.support.v7.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown Source)
at android.support.v7.view.WindowCallbackWrapper.dispatchTouchEvent(Unknown Source)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1914)
at android.view.View.dispatchPointerEvent(View.java:7564)
at android.view.ViewRootImpl$ViewPostImeInputStage.processPointerEvent(ViewRootImpl.java:3883)
at android.view.ViewRootImpl$ViewPostImeInputStage.onProcess(ViewRootImpl.java:3778)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3379)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3429)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3398)
at android.view.ViewRootImpl$AsyncInputStage.forward(ViewRootImpl.java:3483)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3406)
at android.view.ViewRootImpl$AsyncInputStage.apply(ViewRootImpl.java:3540)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3379)
at android.view.ViewRootImpl$InputStage.onDeliverToNext(ViewRootImpl.java:3429)
at android.view.ViewRootImpl$InputStage.forward(ViewRootImpl.java:3398)
at android.view.ViewRootImpl$InputStage.apply(ViewRootImpl.java:3406)
at android.view.ViewRootImpl$InputStage.deliver(ViewRootImpl.java:3379)
at android.view.ViewRootImpl.deliverInputEvent(ViewRootImpl.java:5419)
at android.view.ViewRootImpl.doProcessInputEvents(ViewRootImpl.java:5399)
at android.view.ViewRootImpl.enqueueInputEvent(ViewRootImpl.java:5370)
at android.view.ViewRootImpl$WindowInputEventReceiver.onInputEvent(ViewRootImpl.java:5493)
at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:182)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:132)
at android.os.Looper.loop(Looper.java:124)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)

@nilsbraden nilsbraden added the bug label Nov 26, 2017
nilsbraden added a commit that referenced this issue Aug 29, 2019
nilsbraden added a commit that referenced this issue Sep 9, 2019
* Fixed Issue #382: feed icons not working with HTTP basic auth
* Add option to disable loading/display of feed icons
* Fixed progressbar appearing when opening feeds
* Fixed Issue #387: Fix gradle wrapper
* Removed lots of unnecessary compatibility libraries and external resources
* Update internal stuff (use libraries for AndroidX, fix lots of lint warnings, remove deprecated API usage, fix minor security issues, removed unused parts)
nilsbraden added a commit that referenced this issue Sep 11, 2019
* Note for Wifi-based preferences: If you're using Wifi-based preferences you will currently need to manually allow location access via Android Settings for this app since this is necessary to access the current Wifi-SSID.
* Fixed Issue #348: NullPointerException
* Fixed Issue #382: feed icons not working with HTTP basic auth
* Add option to disable loading/display of feed icons
* Fixed progressbar appearing when opening feeds
* Fixed Issue #387: Fix gradle wrapper
* Removed lots of unnecessary compatibility libraries and external resources
* Update internal stuff (use libraries for AndroidX, fix lots of lint warnings, remove deprecated API usage, fix minor security issues, removed unused parts)
* Completely re-wrote the preferences implementation, please expect this to still have issues
* Fixed reset of preferences, moved items to main preferences screen
* Fixed crash while parsing of ALT-Tags from HTML

Also changed ChangelogDialog to allow highlighting within the update news...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants