mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 05:46:15 +00:00
refactor: replacing the media loader calls to no longer bucket them by dates
This commit is contained in:
@@ -55,9 +55,8 @@ public class DatabaseAttachment extends Attachment {
|
||||
|
||||
@Override
|
||||
public boolean equals(Object other) {
|
||||
return other != null &&
|
||||
other instanceof DatabaseAttachment &&
|
||||
((DatabaseAttachment) other).attachmentId.equals(this.attachmentId);
|
||||
return other instanceof DatabaseAttachment &&
|
||||
((DatabaseAttachment) other).attachmentId.equals(this.attachmentId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -103,8 +103,6 @@
|
||||
<dimen name="quote_corner_radius_bottom">2dp</dimen>
|
||||
<dimen name="quote_corner_radius_preview">16dp</dimen>
|
||||
|
||||
<integer name="media_overview_cols">3</integer>
|
||||
|
||||
<dimen name="contact_selection_actions_tap_area">10dp</dimen>
|
||||
|
||||
<dimen name="unread_count_bubble_radius">13sp</dimen>
|
||||
|
||||
Reference in New Issue
Block a user