File tree 1 file changed +0
-7
lines changed
app/src/main/java/fr/free/nrw/commons/bookmarks/pictures
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
package fr .free .nrw .commons .bookmarks .pictures ;
2
2
3
- import android .app .Activity ;
4
3
import android .content .ContentProviderClient ;
5
4
import android .content .ContentValues ;
6
- import android .content .Intent ;
7
5
import android .database .Cursor ;
8
6
import android .database .sqlite .SQLiteDatabase ;
9
7
import android .os .RemoteException ;
10
- import android .view .View ;
11
8
12
9
import androidx .annotation .NonNull ;
13
10
14
- import com .google .android .material .snackbar .Snackbar ;
15
-
16
11
import java .util .ArrayList ;
17
12
import java .util .List ;
18
13
21
16
import javax .inject .Provider ;
22
17
import javax .inject .Singleton ;
23
18
24
- import fr .free .nrw .commons .R ;
25
19
import fr .free .nrw .commons .bookmarks .Bookmark ;
26
- import fr .free .nrw .commons .bookmarks .BookmarksActivity ;
27
20
28
21
import static fr .free .nrw .commons .bookmarks .pictures .BookmarkPicturesContentProvider .BASE_URI ;
29
22
You can’t perform that action at this time.
0 commit comments