Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky committed Jan 30, 2022
1 parent 5eec582 commit 6483f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/me/lucky/volta/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class MainActivity : AppCompatActivity() {
if (prefs.isServiceEnabled && !hasPermissions())
Snackbar.make(
binding.toggle,
getString(R.string.service_unavailable_popup),
R.string.service_unavailable_popup,
Snackbar.LENGTH_SHORT,
).show()
}
Expand Down

0 comments on commit 6483f74

Please sign in to comment.