E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.neura.neuramessanger, PID: 19032
android.content.res.Resources$NotFoundException: String resource ID #0x1
at android.content.res.Resources.getText(Resources.java:382)
at android.widget.Toast.makeText(Toast.java:649)
at com.neura.neuramessanger.GeneralChat.lambda$onCreateView$0$GeneralChat(GeneralChat.java:87)
at com.neura.neuramessanger.-$$Lambda$GeneralChat$MyyG3uU4WecOOeU9cVgUldvMUrg.onClick(Unknown Source:6)
at android.view.View.performClick(View.java:7870)
at android.widget.TextView.performClick(TextView.java:14970)
at android.view.View.performClickInternal(View.java:7839)
at android.view.View.access$3600(View.java:886)
at android.view.View$PerformClick.run(View.java:29363)
at android.os.Handler.handleCallback(Handler.java:883)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loop(Looper.java:237)
at android.app.ActivityThread.main(ActivityThread.java:7948)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075)