Skip to content
Snippets Groups Projects
Commit 191d1b94 authored by Taras's avatar Taras
Browse files

Change message to session sync on home screen

parent b223e8ab
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ class HomeFragment : Fragment(R.layout.fragment_bottom_navigation), DeepLinkInte
}
viewModel.syncStateLiveData.observeData(this) {
if (it is SyncState.Running && it.afterPause) {
syncLoadingDialog.handleLoading(LoadingData(org.futo.circles.auth.R.string.initial_sync))
syncLoadingDialog.handleLoading(LoadingData(org.futo.circles.auth.R.string.session_sync))
} else syncLoadingDialog.dismiss()
}
}
......
......@@ -6,6 +6,7 @@
<string name="b_param_is_missing">B param is missing</string>
<string name="initial_device_name">FUTO Circles (Android)</string>
<string name="initial_sync">Initial sync</string>
<string name="session_sync">Session sync</string>
<string name="not_found_login_flow_for_user">Log In flow for user not found</string>
<string name="unsupported_login_method">Unsupported login method</string>
<string name="discard_current_auth_progress">Discard current auth progress?</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment