Which is the difference between super.onCreate(savedInstanceState) and super.onCreate(null)? #1567
-
Hi! in our app we saw some errors related with the use of super.onCreate(savedInstanceState), as we has that line defined. Looking here into the resolved issues we have found as recommendation to use super.onCreate(null) instead of. But, we don't understand what would produce this change in our app. Can someone clarify about it? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
kkafar
Aug 31, 2022
Replies: 1 comment
-
Hi @sebadiaz-arg, I encourage you to read through comments from this issue: #17 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kkafar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sebadiaz-arg, I encourage you to read through comments from this issue: #17