Roman Chernyak

Results 9 comments of Roman Chernyak

Guys, what is the case, when your activity/fragment doesn't call unregister method? I don't understand. In my case I always call unregister from onPause/onStop and it is always triggered. Activity/fragment...

@gelldur as I know android certainly calls onPause and onStop in this cases. This is why I ask if there are real examples, where weak reference is necessary. I suppose,...

1. If there are pop-up dialogs, you should just use onStop instead of onPause and everything will work as expected. 2. If Activity1 is not on the screen (is stopped...

@sbhhbs please, tell some more about your case. Your data model must be stored in some other object with life cycle managed by some application component (otherwise it will be...

@sbhhbs I understand your point of view, but I agree with @greenrobot that it is often dangerous to leave such views connected to the bus, while activity/fragment holding it is...

Any updates on this? Is there any workaround in case I don't want the video to start immediately after finish (so `restart()` is not suitable)?

Let me share my thoughts about this. After digging into the code I have 2 ideas: 1. Add new separate method `RequestManager::clear(target)` which does the same as does `RequestManager::onDestroy()` but...

If somebody uses `onDestroy()` as a temporary solution he should be careful to avoid #850. See my comment in the issue for more details.

@xian Great job! This would be extremely useful. Could I help somehow to release this?