Tarek Galal
Tarek Galal
Hey, where do you see this strict dependency? I can only find `protobuf>=3.0.0.b2` in [setup.py](https://github.com/tgalal/python-axolotl/blob/master/setup.py)
There wasn't, but I guess it depends. Would it be useful to you? And in what way?
Aha, thanks for clarifying. Yes, with travis out of the picture now it make sense to migrate to something else, and a PR for github actions would be much appreciated
A workaround that seems to work: ```java //in fragment's onCreateView handler.post(() -> { circleLoadingView.getChildAt(0).setBackgroundColor(Color.TRANSPARENT); circleLoadingView.startIndeterminate(); }); ```
It is something indeed worth considering, although unfortunately no time from my side to implement it for the time being.
When does a broken image exist ?
@CODeRUS he's asking to port **"OpenWhatsapp"** :p
I just don't like changing setGroupPicture(string jid, string file); to setGroupPicture(string jid) Any pre-processing for pictures shouldn't have affected these methods. same for setMyProfilePicture
I guess you are right, I think it might be too much to send it to each picture-related function. Maybe there is a better way. Let me check, I'll take...
It looks to me like a platform issue not wazapp's. Thanks for the steps, I'll try it outt