Skip to content

Commit

Permalink
Improved torch timer summary
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Nov 15, 2024
1 parent 537c954 commit a391bfc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,8 @@ public static String getSummary(Context fragmentCompat, @NonNull String key) {

// Buttons
case "volbtn_torch_timeout" ->
instance.mPreferences.getSliderInt("volbtn_torch_timeout", 5) + fragmentCompat.getString(R.string.seconds);
instance.mPreferences.getSliderInt("volbtn_torch_timeout", 5) + " " +
fragmentCompat.getString(R.string.seconds);

default -> null;
};
Expand Down

0 comments on commit a391bfc

Please sign in to comment.