Skip to content

Commit 87762b0

Browse files
committed
Add super.onActivityResult()
1 parent 96f1172 commit 87762b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/org/nitri/opentopo/MainActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public void setGpx() {
175175
@Override
176176
public void onActivityResult(int requestCode, int resultCode,
177177
Intent resultData) {
178+
super.onActivityResult(requestCode, resultCode, resultData);
178179
if (requestCode == READ_REQUEST_CODE && resultCode == AppCompatActivity.RESULT_OK) {
179180
if (resultData != null) {
180181
mGpxUri = resultData.getData();

0 commit comments

Comments
 (0)