Skip to content

Instantly share code, notes, and snippets.

@davidmigloz
Last active January 21, 2020 10:02
Show Gist options
  • Select an option

  • Save davidmigloz/e74182b1c89387650ebc001e5b5ac046 to your computer and use it in GitHub Desktop.

Select an option

Save davidmigloz/e74182b1c89387650ebc001e5b5ac046 to your computer and use it in GitHub Desktop.
import uk.co.chrisjenx.calligraphy.CalligraphyContextWrapper
// ...
override fun attachBaseContext(newBase: Context) {
super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment