mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Fix blocking bugs for internal link and sync testing.
This commit is contained in:
@@ -74,6 +74,11 @@ public final class ProfileUtil {
|
||||
*/
|
||||
@WorkerThread
|
||||
public static void handleSelfProfileKeyChange() {
|
||||
if (SignalStore.account().isLinkedDevice()) {
|
||||
Log.i(TAG, "Linked devices shouldn't rotate self profile key after initial link");
|
||||
return;
|
||||
}
|
||||
|
||||
List<Job> gv2UpdateJobs = SignalDatabase.groups()
|
||||
.getAllGroupV2Ids()
|
||||
.stream()
|
||||
|
||||
Reference in New Issue
Block a user