mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Turn off debug flags and clear study group messages notification cache when switching study groups
This commit is contained in:
parent
5d7327ef26
commit
2603741aab
2 changed files with 10 additions and 3 deletions
|
@ -27,7 +27,7 @@ import { useToast } from "react-native-toast-notifications";
|
|||
import MessageIcon from "../../icons/MessageIcon/MessageIcon";
|
||||
|
||||
export default function CustomDrawerContent(props: {}) {
|
||||
const debug = true;
|
||||
const debug = false;
|
||||
const navigation = useNavigation<RootDrawerParamList>();
|
||||
const status = useSelector((state: RootState) => state.status);
|
||||
const dispatch = useDispatch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue