Remove GV2 flag requirement for WakeGroupV2Job.

This commit is contained in:
Greyson Parrelli 2020-07-09 10:02:59 -04:00
parent 9c44a0c7d3
commit 841c9424e9

View File

@ -73,11 +73,6 @@ public final class WakeGroupV2Job extends BaseJob {
@Override
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");
GroupDatabase groupDatabase = DatabaseFactory.getGroupDatabase(context);