For #ac-5601: Lock migration UI screen orientation

fennec/nightly
Jonathan Almeida 4 years ago committed by Jonathan Almeida
parent d29701d992
commit f4b583fc0b

@ -71,6 +71,9 @@ class MigrationProgressActivity : AbstractMigrationProgressActivity() {
setBackgroundColor(ContextCompat.getColor(context, R.color.button_text_color))
setTextColor(ContextCompat.getColor(context, R.color.white_color))
}
store.state.results?.let {
statusAdapter.submitList(it.toItemList())
}
}
override fun onMigrationStateChanged(progress: MigrationProgress, results: MigrationResults) {

Loading…
Cancel
Save