Serhii Ihnatiev
Serhii Ihnatiev
The same issue in v5.1.0. At first I use updateDataSet (headers are displayed) and after I call onLoadMoreComplete (No headers on newly inserted items) It seems that addItems->showOrUpdateHeaders only updates...
@lkevin029 For audio find `setMicrophoneMute` in the `AppRTCAudioManager.java` and make it public then you can control the audio.
The same issue on Mi phones
It seems Geofence not working at all
@zahid--ali @GMuniz Use specified provider `SmartLocation.with(this).location(new LocationGooglePlayServicesWithFallbackProvider(this)).getLastLocation();` But I have problem getting last location with this provider. Use `new LocationManagerProvider()` it works
@mrmans0n I have the same issue. Any suggestions on this issue? It seems GeofencingService not triggered
@AnonymousWebHacker did you find a solution to play high profile videos using exoplayer?
@aftabnaqvi it seems you can create public method in your activity to get resideMenu instance and then in your fragments call `((YourActivity) getActivity()).getResideMenu().addIgnoredView(getRecyclerView()); // or any other view. In my...