mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fixing non necessary breaking line
This commit is contained in:
parent
1756fa26e1
commit
538c099913
@ -50,8 +50,7 @@ import javax.inject.Inject
|
||||
* Screen showing a map with all the current users sharing their live location in a room.
|
||||
*/
|
||||
@AndroidEntryPoint
|
||||
class LocationLiveMapViewFragment @Inject constructor(
|
||||
) : VectorBaseFragment<FragmentSimpleContainerBinding>() {
|
||||
class LocationLiveMapViewFragment @Inject constructor() : VectorBaseFragment<FragmentSimpleContainerBinding>() {
|
||||
|
||||
@Inject lateinit var urlMapProvider: UrlMapProvider
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user