2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

XashService: re-enable api21 notification code

This commit is contained in:
mittorn 2020-07-08 00:59:57 +07:00
parent 1e84082d81
commit d6c715c5c3

View File

@ -148,8 +148,8 @@ public class XashService extends Service
{
if( XashActivity.sdk >= 26 )
return new XashNotification_v26();
// else if( XashActivity.sdk >= 21 )
// return new XashNotification_v21();
else if( XashActivity.sdk >= 21 )
return new XashNotification_v21();
else
return new XashNotification();
}