Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
removes login class usage
Browse files Browse the repository at this point in the history
  • Loading branch information
konishon committed Jul 5, 2019
1 parent 755eeb1 commit 4b7954a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import android.view.View;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditText;

import com.google.gson.Gson;

Expand All @@ -18,14 +17,12 @@
import java.util.ArrayList;
import java.util.List;

import np.com.naxa.staffattendance.BuildConfig;
import np.com.naxa.staffattendance.FormCall;
import np.com.naxa.staffattendance.R;
import np.com.naxa.staffattendance.SharedPreferenceUtils;
import np.com.naxa.staffattendance.attedancedashboard.AttendancesDashboardActivity;
import np.com.naxa.staffattendance.attendence.AttendanceViewPagerActivity;
import np.com.naxa.staffattendance.attendence.MyTeamRepository;
import np.com.naxa.staffattendance.common.Login;
import np.com.naxa.staffattendance.data.APIClient;
import np.com.naxa.staffattendance.data.ApiInterface;
import np.com.naxa.staffattendance.data.MyTeamResponse;
Expand Down

0 comments on commit 4b7954a

Please sign in to comment.