forked from organicmaps/organicmaps
[android] Fix alert dialogs night mode.
This commit is contained in:
parent
7767ac4db8
commit
7d2a2f7351
2 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
package com.mapswithme.maps.maplayer.traffic.widget;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.app.AlertDialog;
|
||||
import android.app.Dialog;
|
||||
import android.content.DialogInterface;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import android.widget.Toast;
|
||||
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.maplayer.MapLayerController;
|
||||
import com.mapswithme.maps.maplayer.traffic.TrafficManager;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package com.mapswithme.maps.settings;
|
||||
|
||||
import android.app.AlertDialog;
|
||||
import android.content.DialogInterface;
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
|
@ -11,6 +10,7 @@ import android.widget.TextView;
|
|||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.WebContainerDelegate;
|
||||
import com.mapswithme.util.Constants;
|
||||
|
|
Loading…
Add table
Reference in a new issue