Skip to content
Snippets Groups Projects
Commit 462dc528 authored by Fabio Heyming's avatar Fabio Heyming
Browse files

Fixed logon Supplier

parent c26c3750
Branches
No related tags found
1 merge request!1Mal aufn Master megren
...@@ -48,7 +48,7 @@ public class SupplierLogonFragment extends Fragment { ...@@ -48,7 +48,7 @@ public class SupplierLogonFragment extends Fragment {
if(MampfMobil.findSupplier(firstname.getText().toString())){ if(MampfMobil.findSupplier(firstname.getText().toString())){
Intent intent = new Intent(getActivity(), DelivererActivity.class); Intent intent = new Intent(getActivity(), SupplierActivity.class);
startActivity(intent); startActivity(intent);
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment