Skip to content

Commit

Permalink
fixup! TW-136: Delete text in search bar when selected contact
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Jul 17, 2023
1 parent 5fa6cd0 commit 42a9151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/domain/app_state/room/upload_content_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class UploadContentSuccess extends Success {
});

@override
List<Object?> get props => [uri];
List<Object?> get props => [uri, file];
}

class UploadContentFailed extends Failure {
Expand Down

0 comments on commit 42a9151

Please sign in to comment.