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:
parent
a15d13d800
commit
41e92c2a48
|
@ -148,4 +148,9 @@ public class InfoBottomSheet extends WidgetsBottomSheet {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean hasSeenEducationTip() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue