Browse Source

Fixed File uploading curshing

pull/4/head
shengaog 7 years ago committed by GitHub
parent
commit
b493b8860b
  1. 2
      GNSSLogger/app/src/main/java/com/google/android/apps/location/gps/gnsslogger/LoggerFragment.java

2
GNSSLogger/app/src/main/java/com/google/android/apps/location/gps/gnsslogger/LoggerFragment.java

@ -117,7 +117,7 @@ public class LoggerFragment extends Fragment {
mFileLogger.send(); mFileLogger.send();
} }
}); });
sendFile.setEnabled(false);
return newView; return newView;
} }

Loading…
Cancel
Save