mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
Registration now displayed correctly, but doesn't send info to server
This commit is contained in:
parent
63f60806e5
commit
16099dba25
@ -36,7 +36,6 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:name="com.uncc.gameday.alerts.AlertService"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
@ -28,7 +28,7 @@ public class Registration extends MenuActivity {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_registration);
|
||||
|
||||
//t=(TextView)findViewById(R.id.buttonRegister);
|
||||
t=(TextView)findViewById(R.id.buttonRegister);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user