Add javadoc, rename FindUserThread -> NetworkThread, introduce AbstractScannerActivity.handleBarcode, refs #9991

This commit is contained in:
anonymouzz
2017-08-04 10:41:54 +07:00
parent 2a40d033dc
commit d192f5b376
5 changed files with 62 additions and 26 deletions

View File

@@ -29,9 +29,11 @@ android {
}
buildTypes {
debug {
debuggable true
signingConfig signingConfigs.debug
}
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
}