Commit 152f49f6 by Kunj Gupta

Added notification handle in arrow chatbot screen.

parent 1310b51d
......@@ -36,6 +36,7 @@ import com.vsoft.servicenow.enums.SyncStatus;
import com.vsoft.servicenow.speechRecognizer.DroidSpeech;
import com.vsoft.servicenow.speechRecognizer.OnDSListener;
import com.vsoft.servicenow.speechRecognizer.OnDSPermissionsListener;
import com.vsoft.servicenow.ui.HandleNotificationActivity;
import com.vsoft.servicenow.utils.CatalogueLog;
import com.vsoft.servicenow.utils.Constants;
import com.vsoft.servicenow.utils.PrefManager;
......@@ -50,7 +51,7 @@ import java.util.List;
/**
* A chat Activity containing messages view and input form.
*/
public class ChatActivity extends AppCompatActivity implements OnDSListener, OnDSPermissionsListener {
public class ChatActivity extends HandleNotificationActivity implements OnDSListener, OnDSPermissionsListener {
private static final String TAG = "ChatActivity";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment