Fix ViewFlipper Pausing boolean logic to actually run the code.

Fixes: 342161356
Test: atest SystemUITests
Flag: com.android.systemui.notification_view_flipper_pausing_v2
Change-Id: If3b8ba93503e6e403895e094bf23c378faf1a556
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index f3e2272..726d3ab 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -43,7 +43,7 @@
 }
 
 flag {
-   name: "notification_view_flipper_pausing"
+   name: "notification_view_flipper_pausing_v2"
    namespace: "systemui"
    description: "Pause ViewFlippers inside Notification custom layouts when the shade is closed."
    bug: "309146176"