Skip to content

Commit

Permalink
Got rid of unused permissions button now
Browse files Browse the repository at this point in the history
  • Loading branch information
louisg1337 committed Feb 13, 2024
1 parent b2f4281 commit 4a5d853
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions www/js/bluetooth/BluetoothScanPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ const BluetoothScanPage = ({ ...props }: any) => {
<Appbar.Content title={t('bluetooth.scan-debug-title')} titleStyle={{ fontSize: 17 }} />
</Appbar.Header>
<View style={s.btnContainer}>
<Button
mode="elevated"
onPress={() => window['cordova'].plugins.BEMDataCollection.bluetoothScanPermissions()}
textColor={colors.primary}
style={s.btn}>
{t('consent.permissions')}
</Button>
<Button
mode="elevated"
onPress={handleToggle}
Expand Down

0 comments on commit 4a5d853

Please sign in to comment.