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

Adjust initialiser to not be in the Kotlin object, fix API < 28 #534

Merged
merged 2 commits into from
Nov 23, 2020

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz added the fix label Nov 23, 2020
IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

IconicsHolder.registerFont(this)
return this
}
class Initializer : androidx.startup.Initializer<ITypeface> {

Choose a reason for hiding this comment

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

🚫 Every Initializer needs to be accompanied by a corresponding entry in the AndroidManifest.xml file.

@mikepenz mikepenz merged commit a6c0742 into develop Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Iconics - 5.1.0] Jetpack appstartup incompatible with kotlin objects
1 participant