Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Add new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alpenfritz committed Mar 21, 2018
1 parent 4a7d18f commit 80751a2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_launcher.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Result.js
Expand Up @@ -84,7 +84,7 @@ export default class ResultScreen extends Component {

callGetImageResultApi = async () => {
try {
this.imageRecognitionResult = await getResultFromApi(this.state.analysisUrl, 3000);
this.imageRecognitionResult = await getResultFromApi(this.state.analysisUrl, 5000);
this.callGetProduct();
} catch (error) {
console.warn(error);
Expand Down

0 comments on commit 80751a2

Please sign in to comment.