1 parent 97d983d commit 448328cCopy full SHA for 448328c
1 file changed
android/app/src/main/java/com/httpsms/MainActivity.kt
@@ -79,7 +79,7 @@ class MainActivity : AppCompatActivity() {
79
val timestamp = Settings.getHeartbeatTimestamp(context)
80
81
if (timestamp == 0.toLong()) {
82
- Timber.d("not heartbeat timestamp has been set")
+ Timber.d("no heartbeat timestamp has been set")
83
refreshTimestampView.text = "--"
84
return
85
}
0 commit comments