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 5e2a3d3 commit 0d6dabbCopy full SHA for 0d6dabb
app/src/main/java/org/wikipedia/widgets/WidgetProviderSearch.kt
@@ -24,12 +24,8 @@ class WidgetProviderSearch : AppWidgetProvider() {
24
}
25
26
27
- override fun onAppWidgetOptionsChanged(
28
- context: Context,
29
- appWidgetManager: AppWidgetManager,
30
- appWidgetId: Int,
31
- newOptions: Bundle,
32
- ) {
+ override fun onAppWidgetOptionsChanged(context: Context, appWidgetManager: AppWidgetManager,
+ appWidgetId: Int, newOptions: Bundle) {
33
// appWidgetManager.updateAppWidget must be called here on API levels < 31
34
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S) {
35
updateWidget(context, appWidgetManager, appWidgetId)
0 commit comments