Turn off debug flags and clear study group messages notification cache when switching study groups

This commit is contained in:
Keannu Christian Bernasol 2023-10-28 00:22:17 +08:00
parent 5d7327ef26
commit 2603741aab
2 changed files with 10 additions and 3 deletions

View file

@ -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();