kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix build
rodzic
b081d310f8
commit
b4687b0a2f
|
@ -134,7 +134,7 @@ class MapFragment : ScreenFragment("Map"), Logging {
|
||||||
|
|
||||||
|
|
||||||
override fun onViewCreated(viewIn: View, savedInstanceState: Bundle?) {
|
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
|
// We might not have a real mapview if running with analytics
|
||||||
if ((requireContext().applicationContext as GeeksvilleApplication).isAnalyticsAllowed) {
|
if ((requireContext().applicationContext as GeeksvilleApplication).isAnalyticsAllowed) {
|
||||||
|
|
Ładowanie…
Reference in New Issue