Skip to content

Commit 448328c

Browse files
committed
Fix typo
1 parent 97d983d commit 448328c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/java/com/httpsms/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class MainActivity : AppCompatActivity() {
7979
val timestamp = Settings.getHeartbeatTimestamp(context)
8080

8181
if (timestamp == 0.toLong()) {
82-
Timber.d("not heartbeat timestamp has been set")
82+
Timber.d("no heartbeat timestamp has been set")
8383
refreshTimestampView.text = "--"
8484
return
8585
}

0 commit comments

Comments
 (0)