Browse Source

renamed search_debounce.dart to debounce.dart

ashilkn 2 năm trước cách đây
mục cha
commit
d30c698d5b
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/ui/viewer/search/search_widget.dart
  2. 0 0
      lib/utils/debouncer.dart

+ 1 - 1
lib/ui/viewer/search/search_widget.dart

@@ -8,8 +8,8 @@ import 'package:photos/ui/viewer/search/search_result_widgets/no_result_widget.d
 import 'package:photos/ui/viewer/search/search_suffix_icon_widget.dart';
 import 'package:photos/ui/viewer/search/search_suggestions.dart';
 import 'package:photos/utils/date_time_util.dart';
+import 'package:photos/utils/debouncer.dart';
 import 'package:photos/utils/navigation_util.dart';
-import 'package:photos/utils/search_debouncer.dart';
 
 class SearchIconWidget extends StatefulWidget {
   const SearchIconWidget({Key key}) : super(key: key);

+ 0 - 0
lib/utils/search_debouncer.dart → lib/utils/debouncer.dart