Created
December 4, 2018 17:04
-
-
Save tasaquino/d0128c6389cdbe968c94050852b8c985 to your computer and use it in GitHub Desktop.
ScopingFunctionAlsoExternalThisExample
This file contains 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
error?.also { | |
Toast.makeText(this, it.message, Toast.LENGTH_LONG).show() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment