Last active
January 21, 2020 10:02
-
-
Save davidmigloz/e74182b1c89387650ebc001e5b5ac046 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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