mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 22:47:02 +08:00
Fix issue with soft keyboard not showing from time to time on Android (#152)
This commit is contained in:
committed by
GitHub
parent
de9bfc3021
commit
6508386424
@@ -8,8 +8,6 @@ import java.util.ArrayList;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import static com.swmansion.rnscreens.Screen.StackAnimation.*;
|
||||
|
||||
public class ScreenStack extends ScreenContainer {
|
||||
|
||||
private final ArrayList<Screen> mStack = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user