Skip to content

Commit

Permalink
standards
Browse files Browse the repository at this point in the history
  • Loading branch information
whoisladleo committed Jun 17, 2019
1 parent 47bca1f commit 0aa3dc9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import android.content.Context;
import android.content.Intent;
import android.support.v4.view.ViewPager;
import android.util.Log;
import org.smartregister.chw.malaria.contract.MalariaProfileContract;
import org.smartregister.commonregistry.CommonPersonObject;
import org.smartregister.commonregistry.CommonPersonObjectClient;
Expand All @@ -12,6 +13,7 @@
import java.lang.ref.WeakReference;

public class BaseMalariaProfileActivity extends BaseProfileActivity implements MalariaProfileContract.View, MalariaProfileContract.Presenter {
private final String TAG = getClass().getCanonicalName();
private Context context;
private CommonPersonObjectClient client;
private WeakReference<MalariaProfileContract.View> view;
Expand Down Expand Up @@ -39,6 +41,7 @@ public MalariaProfileContract.View getView() {
@Override
public void getProfileData(CommonPersonObjectClient client) {
//feed the view with the processed data
Log.v(TAG, client + "");
}

@Override
Expand Down

0 comments on commit 0aa3dc9

Please sign in to comment.