Skip to content
Snippets Groups Projects

Dev

Open Кирилл Шустов requested to merge dev into play-market
14 unresolved threads
14 files
+ 676
540
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -86,7 +86,7 @@ public final class HomeBuh {
public static final String CARD_NUMBER = "CardNumber";
public static final String[] UNIQUE_COLUMNS = new String[]{NAME, ACCOUNT};
public static final String[] DIALOG_REQUEST_COLUMNS = new String[]{ACCOUNT, _ID};
public static final String[] DIALOG_REQUEST_COLUMNS_NEW = new String[]{ACCOUNT, _ID, HIDDEN, DELETED};
public static final String[] DIALOG_REQUEST_COLUMNS_NEW = new String[]{ACCOUNT, _ID, HIDDEN, DELETED, IMAGE};
private Accounts() {
}
Loading