You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fun Context.getCompatDrawable(@DrawableRes id: Int): Drawable? fun Context.getCompatColor(@ColorRes id: Int): Int fun Context.createInputStreamFromUri(uri: Uri): InputStream?
соответственно в fun Context.getDrawableCompat(@DrawableRes id: Int): Drawable? fun Context.getColorCompat(@ColorRes id: Int): Int fun Context.openInputStream(uri: Uri): InputStream?
The text was updated successfully, but these errors were encountered:
fun Context.getCompatDrawable(@DrawableRes id: Int): Drawable?
fun Context.getCompatColor(@ColorRes id: Int): Int
fun Context.createInputStreamFromUri(uri: Uri): InputStream?
соответственно в
fun Context.getDrawableCompat(@DrawableRes id: Int): Drawable?
fun Context.getColorCompat(@ColorRes id: Int): Int
fun Context.openInputStream(uri: Uri): InputStream?
The text was updated successfully, but these errors were encountered: