Код: Выделить всё
override suspend fun checkWidgetsOnScreen(): Boolean =
withContext(defaultDispatcher) {
val glanceId = GlanceAppWidgetManager(applicationContext).getGlanceIds(SubscriptionsWidget::class.java).lastOrNull()
return@withContext (glanceId != null)
}
Как мне это проверить?
Подробнее здесь: https://stackoverflow.com/questions/791 ... pporting-t
Мобильная версия