android maps stop responding after resuming fragment

前端 未结 3 1830
悲&欢浪女
悲&欢浪女 2020-12-21 10:51

Listed below is my basic code for controlling the maps. I do some really advanced stuff later. Everything seems to work perfect, until onResume().

Here

3条回答
  •  不思量自难忘°
    2020-12-21 11:24

    I have disabled hardware acceleration inside manifest.xml and after it everything started to work successfully:

    
     ...
    
    

提交回复
热议问题