Skip to content
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

Introduce Hyperion-Android #672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Introduce Hyperion-Android #672

wants to merge 1 commit into from

Conversation

takahirom
Copy link
Member

Overview (Required)

  • Introduce Hyperion-Android

Links

Screenshot

image
We can use depot debug menu with Hyperion-Simple-Item plugin.
image
image

@@ -9,6 +9,8 @@ allprojects {
jcenter()
maven(url="https://plugins.gradle.org/m2/")
maven(url="https://maven.fabric.io/public")
maven(url = "https://maven.fabric.io/public")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dup

.image(R.drawable.ic_notification)
.clickListener { view ->
fun unwrapFragmentActivity(context: Context): FragmentActivity? {
if (context is FragmentActivity) return context
Copy link
Contributor

@jmatsu jmatsu Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MUST: return if context is null

Ah sorry, this was wrong!

@jmatsu
Copy link
Contributor

jmatsu commented Apr 9, 2018

COOOOOOOOOOOL!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants