Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/base/BaseMwmListFragment.java')
-rw-r--r--android/src/com/mapswithme/maps/base/BaseMwmListFragment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/base/BaseMwmListFragment.java b/android/src/com/mapswithme/maps/base/BaseMwmListFragment.java
index 2afc9b5607..7938290b52 100644
--- a/android/src/com/mapswithme/maps/base/BaseMwmListFragment.java
+++ b/android/src/com/mapswithme/maps/base/BaseMwmListFragment.java
@@ -2,8 +2,8 @@ package com.mapswithme.maps.base;
import android.content.Context;
import android.os.Bundle;
-import android.support.v4.app.ListFragment;
-import android.support.v7.widget.Toolbar;
+import androidx.fragment.app.ListFragment;
+import androidx.appcompat.widget.Toolbar;
import android.view.View;
import com.mapswithme.maps.R;