mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-15 18:28:47 +00:00
Merge branch 'master' into ListLambdas
This commit is contained in:
commit
2cdfcc4c5c
@ -31,7 +31,6 @@
|
||||
</activity>
|
||||
|
||||
<activity android:name="com.example.listify.ui.SignupPage" />
|
||||
|
||||
<activity android:name="com.example.listify.ui.LoginPage" />
|
||||
</application>
|
||||
|
||||
|
||||
@ -24,7 +24,6 @@ public class HomeFragment extends Fragment {
|
||||
toLoginPage.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
|
||||
Intent intent = new Intent(HomeFragment.this.getActivity(), com.example.listify.ui.SignupPage.class);
|
||||
startActivity(intent);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user