Fixed heug notification icon if phone has a notch

This commit is contained in:
adolfintel
2019-03-25 18:49:21 +01:00
parent 34be06663d
commit f421e0febf
6 changed files with 1 additions and 1 deletions
@@ -187,7 +187,7 @@ public class PodsService extends Service {
}
mBuilder.setShowWhen(false);
mBuilder.setOngoing(true);
mBuilder.setSmallIcon(R.drawable.left_pod);
mBuilder.setSmallIcon(R.mipmap.notification_icon);
for(;;){
if(maybeConnected &&!(leftStatus==15&&rightStatus==15&&caseStatus==15)/*&&System.currentTimeMillis()-lastSeenConnected<TIMEOUT_CONNECTED*/){
if(!notificationShowing){
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB