mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-23 16:37:30 +00:00
parent
a307ff350c
commit
b94c72ea7f
@ -61,7 +61,7 @@ class ApkDiff:
|
|||||||
sourceChunk = sourceFile.read(1024)
|
sourceChunk = sourceFile.read(1024)
|
||||||
destinationChunk = destinationFile.read(1024)
|
destinationChunk = destinationFile.read(1024)
|
||||||
|
|
||||||
while sourceChunk != "" and destinationChunk != "":
|
while sourceChunk != "" or destinationChunk != "":
|
||||||
if sourceChunk != destinationChunk:
|
if sourceChunk != destinationChunk:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user