mirror of
https://github.com/bspeice/itcs4180
synced 2025-12-16 01:57:47 -05:00
Fixed contexts.
This commit is contained in:
@ -46,7 +46,7 @@ public class FoundActivity extends Activity {
|
||||
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
intent = new Intent(getApplicationContext(), MainActivity.class);
|
||||
intent = new Intent(FoundActivity.this, MainActivity.class);
|
||||
startActivity(intent);
|
||||
finish();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user