-
Notifications
You must be signed in to change notification settings - Fork 32
Add onPostCreate event for activity only #62
Conversation
I'm a bit hesitant to add this since the docs say you should rarely use it. What's the use case for |
We need it for navigation drawer as Google suggested here |
I looked into it and |
@@ -13,6 +13,7 @@ | |||
Arrays.asList( | |||
Event.CREATE, | |||
Event.CREATE_PERSISTABLE, | |||
Event.POST_CREATE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: For correctness this should go after Event.START
.
@dlew I have updated my PR based on your comments |
Great, thanks for the work! |
(I'll look into making another release sometime next week so you can use this stuff.) |
Alright, you are welcome! Can't wait for the next release! :D |
No description provided.