diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-02-18 19:22:40 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-02-18 19:33:25 +0100 |
| commit | 778b56ceb9e860afdbeea00b923b3b0521fc98ce (patch) | |
| tree | 5165724bdd7ed44638c27fd1f40bf33003251c44 /main/src/cgeo/geocaching/PocketQueryList.java | |
| parent | 9d1b31cde3e85e7ab054ad27898ff6e8a1d2704e (diff) | |
| download | cgeo-778b56ceb9e860afdbeea00b923b3b0521fc98ce.zip cgeo-778b56ceb9e860afdbeea00b923b3b0521fc98ce.tar.gz cgeo-778b56ceb9e860afdbeea00b923b3b0521fc98ce.tar.bz2 | |
Update to RxJava 0.17.0-RC2
Diffstat (limited to 'main/src/cgeo/geocaching/PocketQueryList.java')
| -rw-r--r-- | main/src/cgeo/geocaching/PocketQueryList.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/PocketQueryList.java b/main/src/cgeo/geocaching/PocketQueryList.java index 564790a..9b48f92 100644 --- a/main/src/cgeo/geocaching/PocketQueryList.java +++ b/main/src/cgeo/geocaching/PocketQueryList.java @@ -9,7 +9,7 @@ import rx.Observable.OnSubscribe; import rx.Subscriber; import rx.android.observables.AndroidObservable; import rx.schedulers.Schedulers; -import rx.util.functions.Action1; +import rx.functions.Action1; import android.app.Activity; import android.app.AlertDialog; |
