Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Nov 5, 2024
1 parent 28b70b1 commit 7e9a9c1
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 116 deletions.
10 changes: 1 addition & 9 deletions src/components/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@ const About = ({ visible, close }) => {
özgür bir yazılımdır
</Text>{" "}
. Tüm şarkılara, kitaplara ve ek bilgilere ulaşmak için{" "}
<Text
onPress={() =>
Linking.openURL("https://ansiklopedi.subadapcocuk.org")
}
style={styles.link}
>
Şubadap Çocuk Ansiklopedisi
</Text>
'ne bakabilirsiniz.
<Text onPress={() => Linking.openURL("https://ansiklopedi.subadapcocuk.org")} style={styles.link}>ansiklopediye</Text> bakabilirsiniz.
</Dialog.Description>
<Dialog.Button label="Tamam" onPress={close} style={styles.text} />
</Dialog.Container>
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Menu = (props) => {
return (
<>
<DrawerContentScrollView
accessibilityLabel="Şubadap Çocuk ile ilgili bağlantıları içeren menü"
accessibilityLabel="Tüm bağlantıları içeren menü"
{...props}
>
<IconDrawerItem
Expand Down
4 changes: 2 additions & 2 deletions src/components/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import SeekBar from "./seekbar";
Notifications.setNotificationHandler({
handleNotification: async () => ({
shouldShowAlert: true,
shouldPlaySound: false,
shouldSetBadge: false,
shouldPlaySound: true,
shouldSetBadge: true,
}),
});

Expand Down
Loading

0 comments on commit 7e9a9c1

Please sign in to comment.