Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
奇怪的问题:
我有一个程序可以愉快地在我的地图视图中下载地图图块。突然......不再有瓷砖了。
我没有更改任何可能影响下载过程的内容。所有代码保持不变,下载停止。
我想知道这是否与日期更改有关。它似乎发生在午夜之后。
任何想法在哪里看?
非常愚蠢,但确实找到了至少一个犯了同样错误的人。
在将 onstop 复制粘贴到 onresume 时,我忘记将 super.onstop 更改为 super.onresume。