-
After removing jcenter() from build.gradle and replacing it with mavenCentral() im getting this warning in gradle sync:
Failed to resolve: com.tbruyelle.rxpermissions2:rxpermissions:0.9.1
Show in …
-
I repeated in a multi-threaded the same time to apply for the same permissions seems to have a problem
-
### Prerequisites
* [x] Put an X between the brackets on this line if you have done all of the following:
* Read carefully README: https://github.com/tbruyelle/RxPermissions#rxpermissions
…
-
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.ac_main);
RxPermissions rxPermiss…
-
Here are my code:
```
` override fun onAttach(context: Context) {
super.onAttach(context)
if (context is Activity) {
rxPermissions = RxPermissions(context)
…
-
Hi, I’ve been trying to use this library alongside with RxPermission and RxActivityResult. For that you need to obtain the Intent to run and that’s currently not possible, you can only launch it direc…
-
Hi Team,
As JCenter is shutting down and we need to migrate to mavenCentral.
Is there any plan to migrate RxPermission to mavenCentral.
If yes, when we can expect the change so we can use RxPermi…
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Read carefully README: https://github.com/tbruyelle/RxPermissions#rxpermissions
…
-
i use lib version 0.10.2
I had a crash.
my phone sony F8131 android os: 8.0.0
log.
java.lang.IllegalStateException: FragmentManager is already executing transactions
at android.supp…
-
My `MainActivity` extends the `FlutterActivity`,
When I try to write `val rxPermissions = RxPermissions(this)` in my `MainActivity`, I find that the type of the parameter needs `FragmentActivity`, so…