mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 05:43:37 +00:00
[android][sdk] Fix dependecies in sdk package
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
This commit is contained in:
committed by
Konstantin Pastbin
parent
6136abb33a
commit
3920988ef4
@@ -569,7 +569,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
||||
|
||||
mShareLauncher = SharingUtils.RegisterLauncher(this);
|
||||
|
||||
mDisplayManager = DisplayManager.from(this);
|
||||
mDisplayManager = MwmApplication.from(this).getDisplayManager();
|
||||
if (mDisplayManager.isCarDisplayUsed())
|
||||
{
|
||||
mRemoveDisplayListener = false;
|
||||
|
||||
Reference in New Issue
Block a user