-
Notifications
You must be signed in to change notification settings - Fork 0
Details background #5
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
base: develop
Are you sure you want to change the base?
Conversation
mcherri
left a comment
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.
Please fix.
mcherri
left a comment
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.
More issues to fix.
| @@ -1,12 +1,21 @@ | |||
| sub init() | |||
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.
The logic in this file is complex. Please simplify it.
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.
I've added some comments to explain it
or did you mean to rewrite it in a simpler way ?
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.
I will help you with this.
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.
Thanks so much ..
I'll be waiting
|
|
||
| ' Handling Responsivness | ||
| videoMode = createObject("roDeviceInfo") | ||
| if videoMode.GetVideoMode() = "720p" |
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.
I will simplify this code for you when I have time. There is a better way to do it.
components/rowListScene.brs
Outdated
| sub handleHeroDetails() | ||
| if m.flag | ||
| m.flag = false | ||
| handleUpdate() | ||
| else | ||
| handleItemFocusChange() | ||
| end if | ||
| end sub |
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.
An example of complexity is this function. It handles two different concerns.
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.
I see what you mean, Mr. Mostafa
|
Let us discuss what I changed and why next Monday. |
No description provided.