[go: nahoru, domu]

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

NotificationsActivity Crash #14

Closed
roundhill opened this issue Jun 11, 2013 · 0 comments
Closed

NotificationsActivity Crash #14

roundhill opened this issue Jun 11, 2013 · 0 comments
Milestone

Comments

@roundhill
Copy link
Contributor

Just one report of this so far:

java.lang.RuntimeException: Unable to start activity ComponentInfo{org.wordpress.android/org.wordpress.android.ui.notifications.NotificationsActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
at android.app.ActivityThread.access$600(ActivityThread.java:141)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5039)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at org.wordpress.android.ui.notifications.NotificationsListFragment$NotesAdapter.addAll(NotificationsListFragment.java:143)
at org.wordpress.android.ui.notifications.NotificationsActivity.onCreate(NotificationsActivity.java:79)
at android.app.Activity.performCreate(Activity.java:5104)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
... 11 more

aforcier added a commit that referenced this issue May 1, 2015
mufela added a commit to mufela/WordPress-Android that referenced this issue Dec 5, 2016
maxme added a commit that referenced this issue Jul 26, 2017
a196abde3d Merge pull request #14 from wordpress-mobile/issue/synchronize-to-plain-text
18c39eae80 Change version number to 1.17.0
538f93ab2b Synchronize toPlainText in AppLog
f6bd3ec48f 1.16.0 version bump
a2efde8e88 Upgrade support lib and build tools to latest
41250ce0f3 Remove uncessary code that was used to add the "content" scheme to the file path
3a7421e6d9 Merge pull request #5911 from wordpress-mobile/issue/update-build-files-2.3.2
20643aae28 Merge branch 'release/7.4' into release/7.5
e65431e0f6 Update build files for AS 2.3.2
b2752748b0 First pass at saving media to device
4d07d088d7 Fix the rotation issue in Media Library
b186965a2a Refactoring: Removed a duplicate methodin ImageUtils. In improved version is now available in MediaUtils New: Make sure the visual editor use a picture in portrait orientation. Do not rotate the real picture on wpcom
f96098690f Introduce a wrapper around MediaStore.Images.Thumbnails.getThumbnail that takes in consideration orientation data, and use in the new Media picker
fb2c453409 Merge branch 'release/7.3' into release/7.4
a99665c7dd Better logging
a26c5a82b7 Read the EXIF info and rotate the picture if necessary
d43734a308 Introduce a "universal" routine that retrieves the correct path from URI
289301177c Merge commit '9331efefd312cb251db23e002e732c527c57b06c' into develop
b29475ac7f Merge branch 'develop' into issue/4881-handle-html-list-tag-conversions
fb52404eef Convert if/else cascade to switch
a6c3ae99fd fixed merge conflicts
1d1c48d08b Catch the StringIndexOutOfBoundsException when getting the ContentType from URLConnection.
fba927424f Convert list HTML tags to custom tags for processing nested lists

git-subtree-dir: libs/utils
git-subtree-split: a196abde3d845a6935363f68c10e39b6eca32585
aforcier added a commit that referenced this issue Apr 15, 2019
aec79e59e2 Merge pull request #14 from wordpress-mobile/merge-wca
58ff2a2c8e Revert gradle plugin version update
38ba0160b0 Merge commit 'b7d105538004776cc4f7e83fae83136d48d29e90' into update-login-lib
cfc89d9ba0 Merge pull request #12 from wordpress-mobile/merge-wpa
04bcfb3028 Update default login lib FluxC branch
f5c678ca52 Merge commit '4cd695bb51cd7d26364e30e4986b14a48e854b0d' into update-login-subtree
5647062940 Username/password login on email_login_not_allowed
6309b4caea Add image illustration email alert
2ab920a545 Rename background color resources
b89d1a9e81 Rename color from action mode status bar tint to status bar action mode
4c94f3c511 Rename color from status bar tint to status bar
9d910786ea Update color references from white to android resource
e937a741b1 Merge commit '6e839250c045708ce14c430fd22981def2a87e61' into feature/update-login-library
9e8634fa2c Upgrade from 4.6 to gradle version 4.10.1
ebe32d22e1 Ensure mOldSitesIDs is created
0e7433ebf3 Use a default progress message to avoid resources not found exception
0d01e95fd9 Update build tools to 28.0.3
330a9cde65 Update to Gradle plugin 3.2.1
5eee6ef87d Rename login magic link image asset
9cb3c4d458 Fix NPE crash by disregarding email hint result if fragment view not init

git-subtree-dir: libs/login
git-subtree-split: aec79e59e2e34665a6e300c666a7c40312a5da3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant