mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Prevent ZkGroup link crashes.
This commit is contained in:
@@ -4,7 +4,7 @@ import androidx.annotation.NonNull;
|
||||
|
||||
public final class BadGroupIdException extends Exception {
|
||||
|
||||
BadGroupIdException() {
|
||||
public BadGroupIdException() {
|
||||
super();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user