cometchat / chat-sdk-android

Text Chat SDK for Android
https://www.cometchat.com
22 stars 12 forks source link

[Min Sdk 19, Target Sdk 29] Unable to bind toolbar on setSupportActionBar while initClickAction #33

Closed prabhuchandu closed 4 years ago

prabhuchandu commented 4 years ago

intiClickAction from settings activity to profile activity is crashing the app

To Reproduce I'm enclosing errors in a text file errors.txt

Expected behavior: Should open ProfileActivity from SettingsActivity

App should open profile information from support action bar by binding toolbar on it.

App is getting force stopped

When i try to open Profile activity from settings activity app is either getting restarted or crashed.

Screenshots (optional)

I'm enclosing screenshots here. Step1 Step2 Step3

Enviorment/Platfrom (please complete the following information):

Files (Optional)

Logs (Error Logs)

Additional context I'm enclosing my files here SettingsActivityJava.txt SettingsActivityXml.txt ProfileActivity_xml.txt ProfileActivityJava.txt AndroidManifestXml.txt