You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope new feature:postDelay(event,delayTimeMilli)
new method like this:EventBus.getDefault().postDelay(event,delayTimeMilli);
the event can be received after delayTimeMilli millisecond,
and this method can be useful
The text was updated successfully, but these errors were encountered:
Hope new feature:postDelay(event,delayTimeMilli)
new method like this:EventBus.getDefault().postDelay(event,delayTimeMilli);
the event can be received after delayTimeMilli millisecond,
and this method can be useful
The text was updated successfully, but these errors were encountered: