pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Probable NPE in SingleOnSubscribeExecuteAsBlocking

guliash opened this issue · comments

PreparedOperation.executeAsBlocking() marked as Nullable.
So we can pass null to emitter.onSuccess(). But this will fail on rxjava2.

See SingleOnSubscribeExecuteAsBlocking and PreparedOperation