Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit c446684

Browse files
committed
Removing extra .widget from end of WIDGET_ID. This caused the sample TV app launch failure.
1 parent 8942b6c commit c446684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AppChatExample/AppChatExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class AppChatExample {
6363
public final static String CONSUMER_KEY = "dj0yJmk9T1Y0MmVIWWEzWVc3JmQ9WVdrOU1IaGxWR2RHTTJNbWNHbzlNVEUzTkRFM09ERTJNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD0yNA--";
6464
public final static String SECRET = "1b8f0feb4d8d468676293caa769e19958bf36843";
6565

66-
public static String WIDGET_ID = "com.yahoo.connectedtv.examples.appchat.widget";
66+
public static String WIDGET_ID = "com.yahoo.connectedtv.examples.appchat";
6767

6868
public Connection conn;
6969

0 commit comments

Comments
 (0)