WIP: clean up unused signal stuff

This commit is contained in:
Ryan ZHAO
2021-02-22 14:58:06 +11:00
parent c138f20be5
commit b2225697b4
16 changed files with 4 additions and 1468 deletions

View File

@@ -1,6 +0,0 @@
package org.thoughtcrime.securesms.contactshare;
public interface Selectable {
void setSelected(boolean selected);
boolean isSelected();
}