Skip to content

Commit

Permalink
remove retrofit import
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad Safari committed Sep 1, 2020
1 parent 4d855ca commit 42195c2
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@

import androidx.annotation.NonNull;

import com.araditc.chat.core.Repository.Network.ApiService.TokenSubmiterService;
import com.araditc.chat.core.Repository.Network.APIClient;
import com.araditc.chat.core.Repository.Network.RequestBody.RequestTokenSubmiter;
import com.araditc.chat.core.Repository.Network.Response.ResponseTokenSubmiter;
import com.araditc.chat.core.Util.Utility;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;

import retrofit2.Call;
import retrofit2.Callback;
import retrofit2.Response;

@SuppressLint("MissingFirebaseInstanceTokenRefresh")
public class NotificationService extends FirebaseMessagingService {

Expand Down

0 comments on commit 42195c2

Please sign in to comment.