mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Add bottomsheet everywhere
This commit is contained in:
@@ -42,4 +42,7 @@ public interface AlbumDao {
|
||||
|
||||
@Query("DELETE FROM album")
|
||||
void deleteAll();
|
||||
|
||||
@Query("SELECT * FROM album WHERE id = :id")
|
||||
Album getAlbumByID(String id);
|
||||
}
|
||||
@@ -39,4 +39,7 @@ public interface ArtistDao {
|
||||
|
||||
@Query("DELETE FROM artist")
|
||||
void deleteAll();
|
||||
|
||||
@Query("SELECT * FROM artist WHERE id = :id")
|
||||
Artist getArtistByID(String id);
|
||||
}
|
||||
Reference in New Issue
Block a user