Skip to content

Commit

Permalink
#75 로딩창 개선 등
Browse files Browse the repository at this point in the history
  • Loading branch information
opjoobe committed Aug 3, 2022
1 parent 110a105 commit 4b3cce0
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 240 deletions.
2 changes: 1 addition & 1 deletion lib/providers/bottomBar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BottomNavigationProvider extends ChangeNotifier {
],
currentIndex: nowIndex,
onTap: (int nextIndex) {
if (nextIndex == nowIndex && nextIndex != 2) {
if (nextIndex == nowIndex) {
return;
}
switch (nextIndex) {
Expand Down
Loading

0 comments on commit 4b3cce0

Please sign in to comment.