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:
parent
1e84082d81
commit
d6c715c5c3
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user