Browse Source

fix an compile error.

Yiupang 9 năm trước cách đây
mục cha
commit
e5368c3719

+ 1 - 1
app/src/main/java/com/example/yiupang/freefoodfinder/MyEventScreen.java

@@ -67,7 +67,7 @@ public class MyEventScreen extends android.support.v4.app.Fragment
         final Button button = (Button) view.findViewById(R.id.create_event_button);
         button.setOnClickListener(new View.OnClickListener() {
             public void onClick(View v) {
-                Intent details = new Intent(getContext(), CreateEventScreen1.class);
+                Intent details = new Intent(getContext(), CreateEventScreen.class);
                 /* Intent details = new Intent(getContext(), EventDetailsScreen1.class);
 
                 details.putExtra("selectedEventName", "name");