Add tap to pause to video trimming editor.

This commit is contained in:
Alan Evans
2020-03-05 09:49:14 -04:00
committed by Greyson Parrelli
parent 28bbfd88b2
commit 5038210d78
5 changed files with 69 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ public final class FeatureFlags {
private static final String PINS_FOR_ALL = "android.pinsForAll";
private static final String PINS_MEGAPHONE_KILL_SWITCH = "android.pinsMegaphoneKillSwitch";
private static final String PROFILE_NAMES_MEGAPHONE = "android.profileNamesMegaphone";
private static final String VIDEO_TRIMMING = "android.videoTrimming";
private static final String VIDEO_TRIMMING = "android.videoTrimming.2";
private static final String STORAGE_SERVICE = "android.storageService.2";
/**