mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Removed gesture swipe and drag&drop gesture from server item in login
This commit is contained in:
@@ -20,12 +20,6 @@ public interface ServerDao {
|
||||
@Insert(onConflict = OnConflictStrategy.REPLACE)
|
||||
void insert(Server server);
|
||||
|
||||
@Insert(onConflict = OnConflictStrategy.REPLACE)
|
||||
void insertAll(List<Server> servers);
|
||||
|
||||
@Delete
|
||||
void delete(Server server);
|
||||
|
||||
@Query("DELETE FROM server")
|
||||
void deleteAll();
|
||||
}
|
||||
Reference in New Issue
Block a user