We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648cfde commit f86db27Copy full SHA for f86db27
app/src/main/java/com/tiagodanin/example/sqlcontacts/MainActivity.java
@@ -1,6 +1,5 @@
1
package com.tiagodanin.example.sqlcontacts;
2
3
-import android.content.DialogInterface;
4
import android.content.Intent;
5
import android.os.Bundle;
6
import android.view.View;
@@ -13,7 +12,6 @@
13
12
import androidx.recyclerview.widget.RecyclerView;
14
15
import com.google.android.material.floatingactionbutton.FloatingActionButton;
16
-import com.google.android.material.snackbar.Snackbar;
17
import com.techyourchance.threadposter.BackgroundThreadPoster;
18
import com.techyourchance.threadposter.UiThreadPoster;
19
import com.tiagodanin.example.sqlcontacts.events.CallbackContactsListAdapter;
0 commit comments