mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix build
This commit is contained in:
parent
b081d310f8
commit
b4687b0a2f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class MapFragment : ScreenFragment("Map"), Logging {
|
|||
|
||||
|
||||
override fun onViewCreated(viewIn: View, savedInstanceState: Bundle?) {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
super.onViewCreated(viewIn, savedInstanceState)
|
||||
|
||||
// We might not have a real mapview if running with analytics
|
||||
if ((requireContext().applicationContext as GeeksvilleApplication).isAnalyticsAllowed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue