mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Simplify constructor call
This commit is contained in:
parent
ed0f97de1b
commit
e409ec37eb
@ -7,7 +7,6 @@ public class RunCommandWidgetDataProviderService extends RemoteViewsService {
|
||||
|
||||
@Override
|
||||
public RemoteViewsFactory onGetViewFactory(Intent intent) {
|
||||
|
||||
return (new RunCommandWidgetDataProvider(RunCommandWidgetDataProviderService.this, intent));
|
||||
return new RunCommandWidgetDataProvider(this, intent);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user