-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add "Show splash view" to debug menu #330
Add "Show splash view" to debug menu #330
Conversation
Oh. My PR may conflict #329 ... |
Sorry, can you resolve? 🙇 |
# Conflicts: # app/src/main/java/io/github/droidkaigi/confsched2017/view/activity/SplashActivity.java
I resolved conflict 😸 |
@@ -86,6 +86,11 @@ | |||
android:theme="@style/AppTheme.ColoredStatusBar" | |||
/> | |||
|
|||
<activity | |||
android:name=".view.activity.SplashViewActivity" |
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 think SplashDemoActivity
is better name.
What do you think?
@@ -39,6 +40,9 @@ | |||
NotificationStrategy notificationStrategy; | |||
|
|||
@Inject | |||
ShowSplashStrategy showSplashStrategy; |
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 think it's not good to add many debug menu to debot 🤔
No need to fix on this PR. But I might arrange the debug / developer menu later.
LGTM! Thanks 👍 |
Issue
Overview (Required)
Main
Other
I encountered leak of SplashActivity and I commit 9bfd0be to fix the leak.The leak may be resolved by #329 .
Links
N/A
Screenshot