Skip to content

Commit

Permalink
Update SyncActivity.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
huitk authored Jan 22, 2025
1 parent 12ae75b commit 685600c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ abstract class SyncActivity : ProcessUserDataActivity(), SyncListener, CheckVers
ServerAddressesModel(getString(R.string.sync_embakasi), BuildConfig.PLANET_EMBAKASI_URL),
ServerAddressesModel(getString(R.string.sync_cambridge), BuildConfig.PLANET_CAMBRIDGE_URL),
//ServerAddressesModel(getString(R.string.sync_egdirbmac), BuildConfig.PLANET_EGDIRBMAC_URL),

)

val storedUrl = settings.getString("serverURL", null)
Expand Down

0 comments on commit 685600c

Please sign in to comment.