forked from organicmaps/organicmaps
android: remove test crash
This commit is contained in:
parent
04418bc015
commit
ded2bfe91d
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class MainActivity : ComponentActivity() {
|
|||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
throw RuntimeException("Test Crash")
|
||||
val intentFilter = IntentFilter()
|
||||
intentFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION)
|
||||
registerReceiver(wifiReceiver, intentFilter)
|
||||
|
|
Loading…
Add table
Reference in a new issue