Launcher3: Fix NPE with AppInfoBottomSheet

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: DennySPb <dennyspb@gmail.com>
Change-Id: I9c34534686523288b0125e36ee3494daf6a018d8
Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Pranav <npv12@iitbbs.ac.in>
This commit is contained in:
Pranav Vashi 2022-04-24 01:51:09 +05:30 committed by Hernán Castañón
parent a15d13d800
commit 41e92c2a48
1 changed files with 5 additions and 0 deletions

View File

@ -148,4 +148,9 @@ public class InfoBottomSheet extends WidgetsBottomSheet {
return false;
}
}
@Override
protected boolean hasSeenEducationTip() {
return true;
}
}