adaonder
adaonder
> android:focusable="true" > android:focusableInTouchMode="true" i try but not working
Hi, I found the problem, if GPS is on, the result comes. If GPS is off, there is no result. Why was the GPS condition added?
I updated the error report. It happens at a random time. There is no such problem on my device. There is such a problem and I sent it for you...
New Log; > Caused by android.net.ConnectivityManager$TooManyRequestsException > at android.net.ConnectivityManager.convertServiceException(ConnectivityManager.java:3227) > at android.net.ConnectivityManager.sendRequestForNetwork(ConnectivityManager.java:3446) > at android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:3760) > at android.net.ConnectivityManager.registerNetworkCallback(ConnectivityManager.java:3742) > at com.github.pwittchen.reactivenetwork.library.rx2.network.observing.strategy.MarshmallowNetworkObservingStrategy.observeNetworkConnectivity(MarshmallowNetworkObservingStrategy.java:80) > at com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork.observeNetworkConnectivity(ReactiveNetwork.java:92) > at com.github.pwittchen.reactivenetwork.library.rx2.ReactiveNetwork.observeNetworkConnectivity(ReactiveNetwork.java:73) > at com.trt.common.activity.AbstractActivity.onResume(AbstractActivity.java:99)...
@FauconSpartiate @justkawal Please I am waiting update.
Hi @cmelchior I think the source of the problem is app bundles(.aab). I download the app from Google Play Store. The problem comes out like that, but it doesn't always...
@edualonso this method Realm.init(context); I was getting it when I typed it in Application. Now I wrote it in Activity I no longer get this error.
@cmelchior, @clementetb, You can close this thread if you want. because this error hasn't come yet since I changed my code.
@clementetb Old Code: class Application extends MultiDexApplication ; `@Override public void onCreate() { super.onCreate(); instance = this; LocalRealmDB.getInstance().realConfiguration(getApplicationContext()); }` And LocalRealmDB class; `public static LocalRealmDB getInstance() { return new LocalRealmDB();...