-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
181937962 share excitement #457
Conversation
androidmaven
commented
Apr 25, 2022
•
edited
Loading
edited
- Match pivotal story
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.
override fun onCreate(savedInstanceState: Bundle?) { | ||
super.onCreate(savedInstanceState) | ||
isFullScreen = requireArguments().getBoolean(IS_FULLSCREEN) | ||
if (isFullScreen) setFullScreen() | ||
setFullScreen() |
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.
If transaction details will always be shown as full screen, let's convert this to a proper fragment. It can be simplified to remove unnecessary code.
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.
This looks fine codewise. You need to get approval from marketing/graphics for something like this - its a pretty big statement. Also I don't really think its worth the size, looks like it would add ~350KB with just the one gif. But ask marketing what they want to show.
Thanks, reverting the codebase to match actual spec. Will request for design thoughts on GIFs as a follow up item. |
cfa6487
to
94227cb
Compare
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.
LGTM
94227cb
to
1cc623f
Compare