mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 13:16:16 +00:00
Added an attribution label to the PathActivity
This commit is contained in:
@@ -111,6 +111,7 @@ class PathActivity : PassphraseRequiredActionBarActivity() {
|
||||
for (row in rows) {
|
||||
binding.pathRowsContainer.addView(row)
|
||||
}
|
||||
binding.pathAttribution.visibility = View.VISIBLE
|
||||
if (isAnimated) {
|
||||
binding.spinner.fadeOut()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user