Address review feedback for Connect via Bluetooth UI

This commit is contained in:
Torsten Grote
2021-04-20 12:21:25 -03:00
parent 0b89d29c7d
commit ea5280713f
9 changed files with 27 additions and 15 deletions

View File

@@ -11,5 +11,5 @@ public interface FeatureFlags {
boolean shouldEnableDisappearingMessages();
boolean shouldEnableConnectViewBluetooth();
boolean shouldEnableConnectViaBluetooth();
}