mirror of
https://github.com/Nezumi-2711/Foodify.git
synced 2026-09-22 20:00:50 +00:00
Fix bug
This commit is contained in:
@@ -108,7 +108,8 @@ public class ProfileFragment extends Fragment {
|
|||||||
|
|
||||||
Common.TOKEN = null;
|
Common.TOKEN = null;
|
||||||
Common.CURRENT_USER = null;
|
Common.CURRENT_USER = null;
|
||||||
startActivity(new Intent(getContext(), MainActivity.class));
|
getActivity().startActivity(new Intent(getContext(), MainActivity.class));
|
||||||
|
getActivity().finish();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user