Skip to content

Commit

Permalink
checking build
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Pingle committed Oct 16, 2024
1 parent 178c98d commit 2e5ae25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class PeriodicSyncFragment : Fragment() {
getString(R.string.last_sync_status, LastSyncJobStatus.Failed::class.java.simpleName)
else -> null
}

lastSyncStatusValue?.let { statusText ->
requireView().findViewById<TextView>(R.id.last_sync_status).text = statusText
requireView().findViewById<TextView>(R.id.last_sync_time).text =
Expand Down

0 comments on commit 2e5ae25

Please sign in to comment.