I hereby claim:
- I am joen93 on github.
- I am joen93 (https://keybase.io/joen93) on keybase.
- I have a public key ASBP3ifFmBQ4n9EktQJT8-6O-aGp3z7TVM1L_XpSUejJHQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/** | |
* RxJava2 and Retrofit 2.2.0 compatible factory, | |
* which wraps the {@link RxJava2CallAdapterFactory} and takes care of the error conversion. | |
* | |
* Based on: https://github.com/square/retrofit/issues/1102#issuecomment-241250796 | |
*/ | |
public class RxErrorHandlingCallAdapterFactory extends CallAdapter.Factory { | |
private final RxJava2CallAdapterFactory mOriginalCallAdapterFactory; | |
private RxErrorHandlingCallAdapterFactory() { |
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# Modified by Joen93 - Prefix timestamp segment in same color as second segment of the prompt | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). |