Fix crashing Widget
This commit is contained in:
parent
5672e4d5bd
commit
91491058bd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:configure=".widget.WidgetConfigureActivity"
|
||||
android:configure="app.aaps.ui.widget.WidgetConfigureActivity"
|
||||
android:description="@string/widget_description"
|
||||
android:initialKeyguardLayout="@layout/widget_layout"
|
||||
android:initialLayout="@layout/widget_layout"
|
||||
|
|
Loading…
Reference in a new issue