mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
fix to show also files
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
5854a93b0d
commit
cc2e0348e5
@ -82,11 +82,11 @@ class SharedItemsActivity : AppCompatActivity() {
|
||||
binding.sharedItemsTabs.addTab(tabDeckcard)
|
||||
|
||||
val tabFile: TabLayout.Tab = binding.sharedItemsTabs.newTab()
|
||||
tabFile.text = "files"
|
||||
tabFile.text = "file"
|
||||
binding.sharedItemsTabs.addTab(tabFile)
|
||||
|
||||
val tabLocation: TabLayout.Tab = binding.sharedItemsTabs.newTab()
|
||||
tabLocation.text = "locations"
|
||||
tabLocation.text = "location"
|
||||
binding.sharedItemsTabs.addTab(tabLocation)
|
||||
|
||||
val tabMedia: TabLayout.Tab = binding.sharedItemsTabs.newTab()
|
||||
|
Loading…
Reference in New Issue
Block a user