mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-06 13:53:02 -05:00
fix build
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user