Instant verification #974

Merged
akinwale merged 5 commits from instant-verification into master 2020-08-19 18:23:36 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit e914330028 - Show all commits

View file

@ -27,8 +27,8 @@ build apk:
- yarn
- chmod u+x ./release.sh
- ./release.sh
- cp bin/browser-$BUILD_VERSION-release__arm.apk /dev/null
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
- cp bin/browser-$BUILD_VERSION-release__arm.apk $CI_PROJECT_DIR
- cp bin/browser-$BUILD_VERSION-release__arm64.apk $CI_PROJECT_DIR
deploy build.lbry.io:
image: python:stretch

View file

@ -239,6 +239,7 @@ public class ManualVerificationFragment extends Fragment {
setTextColor(Color.WHITE).
setBackgroundTint(Color.RED).show();
}
hideLoading();
}
}