Merge branch 'master' into GeoT

This commit is contained in:
YadavendraSinghYaduvanshi
2016-12-29 12:13:08 +05:30
committed by GitHub
@@ -141,6 +141,7 @@ public class MainActivity extends AppCompatActivity
else if (id == R.id.nav_geotag) { else if (id == R.id.nav_geotag) {
Intent startDownload = new Intent(this,GeoTagStoreList.class); Intent startDownload = new Intent(this,GeoTagStoreList.class);
startActivity(startDownload); startActivity(startDownload);
@@ -149,6 +150,13 @@ public class MainActivity extends AppCompatActivity
}
} }
else if (id == R.id.nav_export) { else if (id == R.id.nav_export) {