Loading bliss/src/foundation/e/bliss/widgets/WidgetContainer.kt +5 −3 Original line number Diff line number Diff line Loading @@ -208,15 +208,18 @@ class WidgetContainer(context: Context, attrs: AttributeSet?) : tag = "wrapper_children" orientation = LinearLayout.VERTICAL } if (isQsbEnabled) { mWidgetHost.startListening() loadWidgets() } return mWrapper } override fun onViewCreated(view: View?, savedInstanceState: Bundle?) { if (isQsbEnabled) { mWidgetHost.startListening() } super.onViewCreated(view, savedInstanceState) } Loading @@ -237,7 +240,6 @@ class WidgetContainer(context: Context, attrs: AttributeSet?) : Logger.e(TAG, "Could not add widget ${it.flattenToString()}") } } rebindWidgets() } else { rebindWidgets(true) } Loading Loading
bliss/src/foundation/e/bliss/widgets/WidgetContainer.kt +5 −3 Original line number Diff line number Diff line Loading @@ -208,15 +208,18 @@ class WidgetContainer(context: Context, attrs: AttributeSet?) : tag = "wrapper_children" orientation = LinearLayout.VERTICAL } if (isQsbEnabled) { mWidgetHost.startListening() loadWidgets() } return mWrapper } override fun onViewCreated(view: View?, savedInstanceState: Bundle?) { if (isQsbEnabled) { mWidgetHost.startListening() } super.onViewCreated(view, savedInstanceState) } Loading @@ -237,7 +240,6 @@ class WidgetContainer(context: Context, attrs: AttributeSet?) : Logger.e(TAG, "Could not add widget ${it.flattenToString()}") } } rebindWidgets() } else { rebindWidgets(true) } Loading