Skip to content

Commit

Permalink
Approve Activity
Browse files Browse the repository at this point in the history
#12
- change Firebase query to RxFirebase query
  • Loading branch information
eurosecom committed May 10, 2017
1 parent 981ee4e commit 070d6f8
Show file tree
Hide file tree
Showing 6 changed files with 355 additions and 182 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private void loadPosts() {

Query fbQuery = firebaseRef.child("fireblog");
showProgress(true);
RxFirebaseDatabase.getInstance().observeValueEvent(fbQuery).subscribe(getPostsSubscriber);
RxFirebaseDatabase.getInstance().observeValueEventDelayed(fbQuery).subscribe(getPostsSubscriber);
}

/**
Expand Down
Loading

0 comments on commit 070d6f8

Please sign in to comment.