Closed AjayM17 closed 4 years ago
when I started app progress dialog is showing no chat window is showing
Hey @AjayM17
Is this still happening for you? I couldn't reproduce your problem
Closing due to inactivity. Please feel free to open another issue if experiencing any problems
java code
public class MainActivity extends AppCompatActivity implements ChatWindowView.ChatWindowEventsListener { ChatWindowView emmbeddedChatWindow;
emmbeddedChatWindow = findViewById(R.id.embedded_chat_window);
xml
<com.livechatinc.inappchat.ChatWindowView android:id="@+id/embedded_chat_window" android:layout_width="match_parent" android:layout_height="400dp"/>