Skip to content
Snippets Groups Projects
Commit 4327c25b authored by Vietanh Le Trung's avatar Vietanh Le Trung
Browse files

patch 1.0.1

parent 4e4f91c3
Branches
No related tags found
No related merge requests found
*.iml
.gradle
/local.properties
/.idea/caches/build_file_checksums.ser
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
.DS_Store
/build
/captures
.externalNativeBuild
\.idea/codeStyles/Project\.xml
\.idea/gradle\.xml
\.idea/misc\.xml
\.idea/runConfigurations\.xml
gradlew
gradlew\.bat
settings\.gradle
app/proguard-rules\.pro
gradle\.properties
gradle/wrapper/gradle-wrapper\.jar
gradle/wrapper/gradle-wrapper\.properties
......@@ -148,6 +148,7 @@ public class MainActivity extends AppCompatActivity
return true;
case R.id.action_deleteall:
deleteall();
return true;
case R.id.allevent:
Intent Intent = new Intent();
Intent.setClass(MainActivity.this, AllEventActivity.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment