vishalknishad

Results 10 comments of vishalknishad

I faced same issue but found a workaround for it: ``` View leftActionIcon = mSearchView.findViewById(com.arlib.floatingsearchview.R.id.left_action); leftActionIcon.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // do something mSearchView.clearSearchFocus(); } });...

It's been more than 24 hours since update.

It has been 3 days, still ads not showing. Some help will be appreciated.

Hey, can someone help please. Ad requests are coming but ads are not showing at all. Ads coming only in debug mode, but not in production. ![FAN](https://user-images.githubusercontent.com/34787387/123203348-d617bd00-d4d3-11eb-8e51-51a83b0cceac.png)

@rojapeiris for me, all are green

Hey guys, I just realised that FAN is switched to bidding only. It means, you have to use mediation platforms to show ads now. I did mediation with Admob and...

@aliakkawi native_admob_flutter only

@lostidol355 did you followed the mediation guide? Also, check the error response you are getting while loading the ads.

@YoussefDahmaneJdid order is determined by eCPM value. Try setting eCPM manually.

in my case too, utc time was coming from server. I solved this problem by first converting utc to local time and then passing the value to CountdownTimer `` int...