Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit e494dbf

Browse files
kunall17niftynei
authored andcommitted
Removed unused imports
1 parent 8790b3b commit e494dbf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/src/main/java/com/zulip/android/activities/LoginActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import android.content.IntentSender.SendIntentException;
77
import android.net.Uri;
88
import android.os.Bundle;
9-
import android.support.v4.app.FragmentActivity;
109
import android.support.v7.app.AlertDialog;
1110
import android.support.v7.app.AppCompatActivity;
1211
import android.support.v7.widget.Toolbar;

app/src/main/java/com/zulip/android/viewholders/LoadingHolder.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
import android.support.v7.widget.RecyclerView;
44
import android.view.View;
5-
import android.widget.LinearLayout;
6-
7-
import com.zulip.android.R;
85

96
public class LoadingHolder extends RecyclerView.ViewHolder {
107
public LoadingHolder(View footerView) {

0 commit comments

Comments
 (0)