-
RxPM focuses on solving practical problems of the presentation layer. Such features as DialogControl or dispatching of navigation messages save us of many problems and boilerplate code. Processing of …
-
### Prerequisites
1.with appcompat 1.3.0 and above
2.with permission list paramters in a special order like below
READ_PHONE_STATE
CAMERA
ACCESS_FINE_LOCATION
must in this order
### I…
-
Hello,
this is a new behavior with Android Q when using rxpermissions for location request. When you select Allow all the time or Allow only while using the app, the app is dismissed and onNext()…
HaiLe updated
5 years ago
-
09-15 13:31:03.381 15829-15829/com.doubtnutapp W/System.err: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
at androidx.fragment.app.FragmentManagerImp…
-
hello,I find a problem.When I requested permission for twice or more time, the accept call back may execute repeated.For example,when execute the code below:
RxPermissions rxPermissions = n…
-
bugly Crash log:
`java.lang.IllegalStateException
Fragment host has been destroyed
解析原始
1 android.support.v4.app.FragmentManagerImpl.ensureExecReady(FragmentManager.java:2211)
2 android.su…
-
照着示例写
rxPermission.request(permissions)
.subscribe(new Consumer() {
@Override
public void accept(Boolean granted) {
}
});
然后subscribe报错,没有这个方法
-
E/FragmentManager: saveBackStack("b63fc48d-e48e-4242-bb65-16692a4ca714") must not contain retained fragments. Found retained child fragment RxPermissionsFragment{32c8fe0} (143f3c92-efcb-4ba1-ba40-11c…
-
1. targetSdkVersion 28
packageManager.canRequestPackageInstalls() return true when i setting install permission, but rxPermissions?.request(Manifest.permission.REQUEST_INSTALL_PACKAGES) always retur…
-
The readme says:
> new RxPermissions(this) the this parameter can be an **Activity** or a Fragment.
but i actually can't use an activity with the current constructors..or can i?
I think [thi…