mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 19:18:37 +00:00
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user