Device connection: removed duplicate strings entry

This commit is contained in:
Daniel Dakhno
2024-03-05 00:11:32 +01:00
parent b1b5eada68
commit 07744331ac
2 changed files with 1 additions and 2 deletions
@@ -181,7 +181,7 @@ public class BLEScanService extends Service {
return new NotificationCompat
.Builder(this, GB.NOTIFICATION_CHANNEL_ID_SCAN_SERVICE)
.setContentTitle(getString(R.string.scan_service_title))
.setContentTitle(getString(R.string.notification_channel_scan_service_name))
.setContentText(content)
.setSmallIcon(icon)
.build();
-1
View File
@@ -2694,6 +2694,5 @@
<string name="scan_scanning_all_devices">Scanning all devices</string>
<string name="scan_scanning_single_device">Scanning 1 device</string>
<string name="scan_scanning_multiple_devices">Scanning %d devices</string>
<string name="scan_service_title">Scan service</string>
<string name="notification_channel_scan_service_name">Scan service</string>
</resources>