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