This repository was archived by the owner on Mar 6, 2019. It is now read-only.
Releases: CodyyAndroid/RxPermissions
Releases · CodyyAndroid/RxPermissions
update sdk verison to 28
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.0.2
Schedules a commit of this transaction. The commit does
not happen immediately; it will be scheduled as work on the main thread
to be done the next time that thread is ready.
A transaction can only be committed with this method prior to its containing activity saving its state. If the commit is attempted after that point, an exception will be thrown. This is because the state after the commit can be lost if the activity needs to be restored from its state. See {@link #commitAllowingStateLoss()} for situations where it may be okay to lose the commit.