Skip to content

Commit f86db27

Browse files
committed
fix: remove used import in main
1 parent 648cfde commit f86db27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/tiagodanin/example/sqlcontacts/MainActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.tiagodanin.example.sqlcontacts;
22

3-
import android.content.DialogInterface;
43
import android.content.Intent;
54
import android.os.Bundle;
65
import android.view.View;
@@ -13,7 +12,6 @@
1312
import androidx.recyclerview.widget.RecyclerView;
1413

1514
import com.google.android.material.floatingactionbutton.FloatingActionButton;
16-
import com.google.android.material.snackbar.Snackbar;
1715
import com.techyourchance.threadposter.BackgroundThreadPoster;
1816
import com.techyourchance.threadposter.UiThreadPoster;
1917
import com.tiagodanin.example.sqlcontacts.events.CallbackContactsListAdapter;

0 commit comments

Comments
 (0)