Browse Source

jshdjdhfı

master
Yiğit Çolakoğlu 7 years ago
parent
commit
04322210b6
3 changed files with 3 additions and 3 deletions
  1. BIN
      FoodCloud.apk
  2. +1
    -1
      FoodCloud/.idea/misc.xml
  3. +2
    -2
      FoodCloud/app/src/main/java/gq/yigit/foodcloud/GetInfo.java

BIN
FoodCloud.apk View File


+ 1
- 1
FoodCloud/.idea/misc.xml View File

@ -25,7 +25,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">


+ 2
- 2
FoodCloud/app/src/main/java/gq/yigit/foodcloud/GetInfo.java View File

@ -22,7 +22,7 @@ public class GetInfo extends AppCompatActivity implements View.OnClickListener {
public void onClick(View v){
onBackPressed();
Intent i = new Intent(GetInfo.this, MainActivity.class);
startActivity(i);
//Intent i = new Intent(GetInfo.this, MainActivity.class);
//startActivity(i);
}
}

Loading…
Cancel
Save