AbsListView: Fix widget couldn't find any view fc
* Use current context Main Looper to inflate
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: updateAppWidget couldn't find any view, using error view
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: android.view.InflateException: Binary XML file line #50: Binary XML file line #50: Error inflating class ListView
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: Caused by: android.view.InflateException: Binary XML file line #50: Error inflating class ListView
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: Caused by: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at android.os.Handler.<init>(Handler.java:204)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at android.os.Handler.<init>(Handler.java:118)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at android.widget.AbsListView$1.<init>(AbsListView.java:3934)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at android.widget.AbsListView.<init>(AbsListView.java:3934)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at android.widget.ListView.<init>(ListView.java:227)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at android.widget.ListView.<init>(ListView.java:223)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at o.bjg.<init>(SourceFile:46)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at o.bjg.<init>(SourceFile:42)
01-31 22:32:33.091 2802 2802 W AppWidgetHostView: at o.bix.eN(SourceFile:77)
Change-Id: Iff692f8b4991507c550ad0ca57268d47719f7956
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: DennySPB <dennyspb@gmail.com>
1 file changed