Remove unused variable
This commit is contained in:
parent
6173e9c78e
commit
6ddbab0976
@ -111,9 +111,6 @@ class PickAppWidgetActivity : BaseActivity() {
|
||||
|
||||
private fun configureAppWidget(widget: AppWidgetProviderInfo, appWidgetId: Int) {
|
||||
if (widget.configure != null) {
|
||||
val intent = Intent(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE)
|
||||
intent.component = widget.configure
|
||||
intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId)
|
||||
widgetHost.startAppWidgetConfigureActivityForResult(
|
||||
this,
|
||||
appWidgetId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user