kopia lustrzana https://github.com/ryukoposting/Signal-Android
Remove GV2 flag requirement for WakeGroupV2Job.
rodzic
9c44a0c7d3
commit
841c9424e9
|
@ -73,11 +73,6 @@ public final class WakeGroupV2Job extends BaseJob {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onRun() throws IOException, GroupNotAMemberException, GroupChangeBusyException {
|
public void onRun() throws IOException, GroupNotAMemberException, GroupChangeBusyException {
|
||||||
if (!FeatureFlags.groupsV2()) {
|
|
||||||
Log.w(TAG, "Group wake skipped due to feature flag");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Log.i(TAG, "Waking group");
|
Log.i(TAG, "Waking group");
|
||||||
|
|
||||||
GroupDatabase groupDatabase = DatabaseFactory.getGroupDatabase(context);
|
GroupDatabase groupDatabase = DatabaseFactory.getGroupDatabase(context);
|
||||||
|
|
Ładowanie…
Reference in New Issue