mobile: fix pro features locked for pro users

This commit is contained in:
ammarahm-ed
2023-05-17 10:09:37 +05:00
parent 239174c3e7
commit 8a0b6264d2

View File

@@ -128,7 +128,7 @@ const onUserStatusCheck = async (type) => {
userstore.setPremium(get());
}
let status = false;
let status = get();
let message = null;
if (!status) {
switch (type) {