Skip to content

Commit

Permalink
bugfix: no TTS value on first boot
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Jan 31, 2024
1 parent 665a9fa commit c68b126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/layout_usage_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

<Button
android:id="@+id/usage_reset_btn"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_height="wrap_content"
android:layout_marginHorizontal="32dp"
android:layout_marginVertical="16dp"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/fragment_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
app:title="@string/wristassist_tts"
app:entries="@array/tts_settings"
app:entryValues="@array/tts_settings_values"
android:defaultValue="@string/wristassist_tts_off"
android:defaultValue="off"
app:dialogTitle=" "
app:negativeButtonText="@string/wristassist_cancel"/>

Expand Down

0 comments on commit c68b126

Please sign in to comment.