indritbashkimi / TelegramExample

A telegram client for android created using tdlib library and built with Jetpack Compose
Apache License 2.0
47 stars 15 forks source link

Doesn't show the activity_auth after updating tdlib #5

Closed JCAK1967 closed 2 years ago

JCAK1967 commented 2 years ago

I was able to compile the example successfully, but I have two issues. For the first one I trying with the tdlib included in you repo, but after write the code sent by Telegram and click check button, nothing hapen. Searching the log I read a message about the need to update the tdlib, but after updated the tdlib, compile and run the app and receipt the verification code from Telegram, the activity_auth is not showing and the app stay on the main screen. Reading the log I can't found any error, just a wait state. May be I make a mistaje reading the Log but I'm stuck and I can't find how to continue. Could some one help me to solve this issue? Best regardas.

JCAK1967 commented 2 years ago

Okay. I found the problem. I was installing the library wrong. I am sorry