mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-11 17:40:15 +02:00
Fix prev. commit.
This commit is contained in:
@@ -70,7 +70,7 @@ class _HomePageState extends State<HomePage> {
|
|||||||
.currentState !=
|
.currentState !=
|
||||||
null) {
|
null) {
|
||||||
// Avoid duplicate GlobalKey error
|
// Avoid duplicate GlobalKey error
|
||||||
await Future.delayed(const Duration(milliseconds: 200));
|
await Future.delayed(const Duration(microseconds: 1));
|
||||||
}
|
}
|
||||||
setState(() {
|
setState(() {
|
||||||
selectedIndexHistory.clear();
|
selectedIndexHistory.clear();
|
||||||
|
Reference in New Issue
Block a user