Prevent ZkGroup link crashes.

This commit is contained in:
Alan Evans
2020-05-14 10:30:36 -03:00
committed by Alex Hart
parent 8861ad76ed
commit 4de86cb6cf
5 changed files with 18 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import androidx.annotation.NonNull;
public final class BadGroupIdException extends Exception {
BadGroupIdException() {
public BadGroupIdException() {
super();
}