Skip to content

Fix#317 toast message changed to snackbar in electionDetailsFragment

danishjamal104 requested to merge danishjamal104/agora-android:Fix_317 into develop

Fixes #317 (closed)

Changes :

  1. Changed signature of function public void getResult(String token, String id) to public void getResult(String token, String id, final View rootView) in ResultViewModel.java
  2. Added snack bar instead of normal toast.

Screenshots for the change :
img

Merge request reports