Archived
Setup screen scrolls up when keyboard would block textfields; fixed bug that would prevent a substitution from being shown if it contained a question mark (e.g.: 'INF7?inf999')
This commit is contained in:
@@ -28,11 +28,6 @@ class PlanViewController : UICollectionViewController, UICollectionViewDelegateM
|
||||
collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout)
|
||||
}
|
||||
|
||||
override func loadView() {
|
||||
super.loadView()
|
||||
self.collectionView.isPrefetchingEnabled = false
|
||||
}
|
||||
|
||||
override func viewWillAppear(_ animated: Bool) {
|
||||
|
||||
if !self.prefs.bool(forKey: "logged_in") {
|
||||
@@ -101,6 +96,7 @@ class PlanViewController : UICollectionViewController, UICollectionViewDelegateM
|
||||
|
||||
self.collectionView.contentInsetAdjustmentBehavior = .always
|
||||
self.df.setTabBarBadge(for: self.tabBarController?.tabBar.items)
|
||||
self.collectionView.isPrefetchingEnabled = false
|
||||
}
|
||||
|
||||
func getViewType() -> String {
|
||||
|
||||
Reference in New Issue
Block a user