Skip to content

Commit

Permalink
fix(thread): Do not clear specified post author when changing view order
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Feb 2, 2024
1 parent 815b441 commit fdf0ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/features/thread/bloc/thread_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class ThreadBloc extends Bloc<ThreadEvent, ThreadState> {
final s = await _parseFromDocument(
document,
state.currentPage,
clearOnlyVisibleUid: true,
);
emit(s.copyWith(reverseOrder: state.reverseOrder));
} on HttpRequestFailedException catch (e) {
Expand Down

0 comments on commit fdf0ac4

Please sign in to comment.