|
|
|
@ -63,9 +63,9 @@ public class WidgetConfigActivity extends InjectingListActivity {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void onCreate(Bundle icicle) {
|
|
|
|
public void onCreate(Bundle icicle) {
|
|
|
|
|
|
|
|
super.onCreate(icicle);
|
|
|
|
ThemeService.applyTheme(this);
|
|
|
|
ThemeService.applyTheme(this);
|
|
|
|
ThemeService.setForceFilterInvert(true);
|
|
|
|
ThemeService.setForceFilterInvert(true);
|
|
|
|
super.onCreate(icicle);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Set the result to CANCELED. This will cause the widget host to cancel
|
|
|
|
// Set the result to CANCELED. This will cause the widget host to cancel
|
|
|
|
// out of the widget placement if they press the back button.
|
|
|
|
// out of the widget placement if they press the back button.
|
|
|
|
|