Hide keyboard on detaching fragment

Do we really need to do this ourselves, Google?
This commit is contained in:
M66B
2018-08-05 12:09:46 +00:00
parent 10e96f6a3f
commit 8d42f6809f
13 changed files with 72 additions and 87 deletions

View File

@@ -28,7 +28,6 @@ import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.constraint.Group;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.AsyncTaskLoader;
import android.support.v4.content.Loader;
@@ -44,7 +43,7 @@ import android.widget.TextView;
import java.util.List;
public class FragmentMessages extends Fragment {
public class FragmentMessages extends FragmentEx {
private RecyclerView rvMessage;
private TextView tvNoEmail;
private ProgressBar pbWait;