We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f077d6 commit 562764fCopy full SHA for 562764f
app/src/main/kotlin/io/homeassistant/companion/android/widgets/button/ButtonWidget.kt
@@ -145,7 +145,6 @@ class ButtonWidget : AppWidgetProvider() {
145
if (appWidgetId == AppWidgetManager.INVALID_APPWIDGET_ID) {
146
FailFast.fail { "Missing appWidgetId in intent to add widget in DAO" }
147
} else {
148
-
149
val entity = intent.extras?.let {
150
BundleCompat.getSerializable(
151
it,
0 commit comments