我希望在收到服务器响应后延迟调度操作。 我正在使用Redux_thunk。这是我的代码无效。
<application
android:name=".MyApplication"
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:supportsRtl="true"
你能告诉我我在哪里弄错了吗?