changed from uploadFull and uploadDelt to uploadDelta only(works better).
This commit is contained in:
@ -554,7 +554,7 @@ class HandlerOpeningScreen(private val activity: MainActivity) {
|
||||
|
||||
GlobalValues.LAST_CLIENT_CODE = clientCode
|
||||
|
||||
Toast.makeText(activity, "Datenbank wird verschlüsselt...", Toast.LENGTH_SHORT).show()
|
||||
Toast.makeText(activity, "Datenbank wird hochgeladen...", Toast.LENGTH_SHORT).show()
|
||||
DatabaseUploader.uploadDatabase(activity)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user