Julian Falcionelli
Julian Falcionelli
yes, and by setting visibility gone doesn't work. By time i just collapse the view in the onCreateView method: ``` mExpandableLayout.post(new Runnable() { @Override public void run() { mExpandableLayout.collapse(-1, null);...
I am in the same situation, we are using Braze, and the Deeplinks for Cold-Starting iOS App doesn't work. Tried this and works fine now, why has this is not...
Hi @mohitajwani , as @joaquinlateral you could have a DTO (Data Transfer Object) Class and pass it as parameter instead of using a Bundle object. For example: ``` public class...
Did u try what I put above?, passing a DTO object instead of using a bundle?
Same as for @brunoda6 , on the latest Flutter version (3.3.7) the downloads are not working in iOS Release Mode. Update: After adding the annotation @daverin mentioned everything is working...
Hi @mohit-wal , to enable Logs you can call enableDebugLog(true) after the initialization of the RestClientManager, like: `RestClientManager.initialize(getApplicationContext()).enableDebugLog(true);`
@mohit-wal, sorry for the delay, you are right, headers are not logged. Keeping this opening to add support of that in the future. The same you should not be having...