Commit 7e1fac5c by Kunj Gupta

Fixed - App is crashing when VERA launch.

parent 1238c458
......@@ -110,6 +110,7 @@ public class ChatActivity extends HandleNotificationActivity implements OnDSList
intent.putExtra(Constants.DATA_KEY_LOGIN_REQUEST_CODE, Constants.LOGIN_SCREEN_REQUEST_CODE);
startActivity(intent);
finish();
return;
}
Toolbar mToolbar = findViewById(R.id.tool_bar_view);
......
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