Sandeep Aggarwal

Results 12 comments of Sandeep Aggarwal

@florianbuerger thank you so much! 👍

@yoavlt Sorry about that, it is my general practice to not include .gitignore.

@staufman There is no public property available of TSMessageView to adjust its height.

@staufman Yes , you are right but still the frame remains unchanged and the `TSMessageView` just shifts downwards upon changing its height.

@PiotrWitczak Did you able to make it work?

@royherma Yes, I was able to use a workaround to solve this issue: //setOnAuthChange: is not being called (bug) so this workaround ``` @weakify(permissionScope); [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidBecomeActiveNotification object:nil queue:nil usingBlock:^(NSNotification...

@alexgarbarev Thank you for your reply. Is there any specific reason for not doing it in background by default? Shouldn't it be done in bg always?